Shades of Rajah #FAB46C
Tints of Rajah #FAB46C
RGB
CMYK
RGB Variations
Color information
#FAB46C (or 0xFAB46C) is known color: Rajah. HEX triplet: FA, B4 and 6C. RGB value is (250,180,108). Sum of RGB (Red+Green+Blue) = 250+180+108=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB46C is #054B93. Grayscale: #C1C1C1. Windows color (decimal): -347028 or 7124218. OLE color: 7124218.
HSL color Cylindrical-coordinate representation of color #FAB46C: hue angle of 30.42º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FAB46C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.02 |
| HSL | 30.42º | 0.93% | 0.7% | - |
| HSV(B) | 30.42º | 0.57% | 0.98% | - |
| XYZ | 58.45 | 54.05 | 21.54 | - |
| YUV | 192.72 | 80.19 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 108 | 0 | 0.28 | 0.57 | 0.02 | 30.42 | 0.93 | 0.7 |
| Hex | FA | B4 | 6C | 0 | 1C | 39 | 2 | 1E | 5D | 46 |
| Octal | 372 | 264 | 154 | 0 | 34 | 71 | 2 | 36 | 135 | 106 |
| Binary | 11111010 | 10110100 | 1101100 | 0 | 11100 | 111001 | 10 | 11110 | 1011101 | 1000110 |
Color Harmonies of #FAB46C
Complementary color
Monochromatic Colors of #FAB46C
Black with #FAB46C
Text Example
Text Example
White with #FAB46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB46C; }
p { color: rgb(250,180,108); }
H1.HeaderClassName
{
color: #FAB46C;
}
.AnyTagClassName
{
color: #FAB46C;
}
</style>
background-color css
<style>
a { background-color: #FAB46C; }
a { background-color: rgb(250,180,108); }
div.DivClassName
{
background-color: #FAB46C;
}
.BgClassName
{
background-color: #FAB46C;
}
</style>
border-color css
<style>
span { border-color: #FAB46C; }
span { border-color: rgb(250,180,108); }
td.TdClassName
{
border-color: #FAB46C;
}
.TagClassName
{
border-color: #FAB46C;
}
</style>