Shades of Rajah #FAB45E
Tints of Rajah #FAB45E
RGB
CMYK
RGB Variations
Color information
#FAB45E (or 0xFAB45E) is known color: Rajah. HEX triplet: FA, B4 and 5E. RGB value is (250,180,94). Sum of RGB (Red+Green+Blue) = 250+180+94=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 180 (70.70% from 255 or 34.35% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB45E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB45E is #054BA1. Grayscale: #BFBFBF. Windows color (decimal): -347042 or 6206714. OLE color: 6206714.
HSL color Cylindrical-coordinate representation of color #FAB45E: hue angle of 33.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAB45E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 94 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.02 |
| HSL | 33.08º | 0.94% | 0.67% | - |
| HSV(B) | 33.08º | 0.62% | 0.98% | - |
| XYZ | 57.77 | 53.77 | 17.92 | - |
| YUV | 191.13 | 73.19 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 94 | 0 | 0.28 | 0.62 | 0.02 | 33.08 | 0.94 | 0.67 |
| Hex | FA | B4 | 5E | 0 | 1C | 3E | 2 | 21 | 5E | 43 |
| Octal | 372 | 264 | 136 | 0 | 34 | 76 | 2 | 41 | 136 | 103 |
| Binary | 11111010 | 10110100 | 1011110 | 0 | 11100 | 111110 | 10 | 100001 | 1011110 | 1000011 |
Color Harmonies of #FAB45E
Complementary color
Monochromatic Colors of #FAB45E
Black with #FAB45E
Text Example
Text Example
White with #FAB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB45E; }
p { color: rgb(250,180,94); }
H1.HeaderClassName
{
color: #FAB45E;
}
.AnyTagClassName
{
color: #FAB45E;
}
</style>
background-color css
<style>
a { background-color: #FAB45E; }
a { background-color: rgb(250,180,94); }
div.DivClassName
{
background-color: #FAB45E;
}
.BgClassName
{
background-color: #FAB45E;
}
</style>
border-color css
<style>
span { border-color: #FAB45E; }
span { border-color: rgb(250,180,94); }
td.TdClassName
{
border-color: #FAB45E;
}
.TagClassName
{
border-color: #FAB45E;
}
</style>