Rajah (#FBAB60)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.89:1 — vs black: 11.10:1

Color values

  • HEX #FBAB60
  • RGB rgb(251, 171, 96)
  • HSL hsl(29, 61%, 98%)
  • CMYK cmyk( 0, 31.87, 61.75, 1.57 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #FBAB60 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rajah
#FBAB60 Base
#60B0FB
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rajah
#FBAB60 Base
#FB6062
#FBF960
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rajah
#FBAB60 Base
#60FBAB
#AB60FB
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rajah
#FBAB60 Base
#60FBF9
#6062FB
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rajah
#FBAB60 Base
#62FB60
#60B0FB
#F960FB
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rajah
#FBAB60 Base
#BD5E05
#F98415
#FA9638
#FCC088
#FDD2AB
#FEF2E6
Shades & Tints

Darker shades and lighter tints of Rajah, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#190C01
#582C02
#964B04
#D56A05
#F98A21
Rajah #FBAB60 Base
#FCB97B
#FCC796
#FDD6B0
#FEE4CB
#FEF2E6
CSS & SCSS Snippets

Ready-to-use code snippets for #FBAB60. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #FBAB60;
}

/* Text */
.element {
    color: #FBAB60;
}

/* Border */
.element {
    border: 1px solid #FBAB60;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #FBAB60,
        #F9FBFD
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FBAB60,
        #F9FBFD
    );
}
SCSS Variable
// SCSS variable
$rajah: #FBAB60;

// With RGB channels (useful for rgba() usage)
$rajah-r: 251;
$rajah-g: 171;
$rajah-b: 96;

// Usage
.element {
    background-color: $rajah;
    color: rgba($rajah-r, $rajah-g, $rajah-b, 0.8);
}
Color Blindness Simulation

How Rajah appears to people with different types of color vision deficiency.

Normal Vision #FBAB60 How the color appears with full color vision.
Deuteranopia #C7C75B Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #B6B661 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FFA4A4 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #BCBCBC Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rajah ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rajah #FBAB60 Base
Sandy Brown #F4A460 ΔE 2.34
Neon Carrot #FFA343 ΔE 3.57
Mellow Apricot #F8B878 ΔE 4.19
Very Light Tangelo #FFB077 ΔE 4.26

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.