Shades of Rajah #FAA85B
Tints of Rajah #FAA85B
RGB
CMYK
RGB Variations
Color information
#FAA85B (or 0xFAA85B) is known color: Rajah. HEX triplet: FA, A8 and 5B. RGB value is (250,168,91). Sum of RGB (Red+Green+Blue) = 250+168+91=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA85B is #0557A4. Grayscale: #B8B8B8. Windows color (decimal): -350117 or 6007034. OLE color: 6007034.
HSL color Cylindrical-coordinate representation of color #FAA85B: hue angle of 29.06º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAA85B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 91 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.02 |
| HSL | 29.06º | 0.94% | 0.67% | - |
| HSV(B) | 29.06º | 0.64% | 0.98% | - |
| XYZ | 55.32 | 49.08 | 16.46 | - |
| YUV | 183.74 | 75.67 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 91 | 0 | 0.33 | 0.64 | 0.02 | 29.06 | 0.94 | 0.67 |
| Hex | FA | A8 | 5B | 0 | 21 | 40 | 2 | 1D | 5E | 43 |
| Octal | 372 | 250 | 133 | 0 | 41 | 100 | 2 | 35 | 136 | 103 |
| Binary | 11111010 | 10101000 | 1011011 | 0 | 100001 | 1000000 | 10 | 11101 | 1011110 | 1000011 |
Color Harmonies of #FAA85B
Complementary color
Monochromatic Colors of #FAA85B
Black with #FAA85B
Text Example
Text Example
White with #FAA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA85B; }
p { color: rgb(250,168,91); }
H1.HeaderClassName
{
color: #FAA85B;
}
.AnyTagClassName
{
color: #FAA85B;
}
</style>
background-color css
<style>
a { background-color: #FAA85B; }
a { background-color: rgb(250,168,91); }
div.DivClassName
{
background-color: #FAA85B;
}
.BgClassName
{
background-color: #FAA85B;
}
</style>
border-color css
<style>
span { border-color: #FAA85B; }
span { border-color: rgb(250,168,91); }
td.TdClassName
{
border-color: #FAA85B;
}
.TagClassName
{
border-color: #FAA85B;
}
</style>