Shades of Rajah #FCAB5F
Tints of Rajah #FCAB5F
RGB
CMYK
RGB Variations
Color information
#FCAB5F (or 0xFCAB5F) is known color: Rajah. HEX triplet: FC, AB and 5F. RGB value is (252,171,95). Sum of RGB (Red+Green+Blue) = 252+171+95=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB5F is #0354A0. Grayscale: #BABABA. Windows color (decimal): -218273 or 6269948. OLE color: 6269948.
HSL color Cylindrical-coordinate representation of color #FCAB5F: hue angle of 29.04º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCAB5F is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 95 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.01 |
| HSL | 29.04º | 0.96% | 0.68% | - |
| HSV(B) | 29.04º | 0.62% | 0.99% | - |
| XYZ | 56.77 | 50.65 | 17.61 | - |
| YUV | 186.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 95 | 0 | 0.32 | 0.62 | 0.01 | 29.04 | 0.96 | 0.68 |
| Hex | FC | AB | 5F | 0 | 20 | 3E | 1 | 1D | 60 | 44 |
| Octal | 374 | 253 | 137 | 0 | 40 | 76 | 1 | 35 | 140 | 104 |
| Binary | 11111100 | 10101011 | 1011111 | 0 | 100000 | 111110 | 1 | 11101 | 1100000 | 1000100 |
Color Harmonies of #FCAB5F
Complementary color
Monochromatic Colors of #FCAB5F
Black with #FCAB5F
Text Example
Text Example
White with #FCAB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB5F; }
p { color: rgb(252,171,95); }
H1.HeaderClassName
{
color: #FCAB5F;
}
.AnyTagClassName
{
color: #FCAB5F;
}
</style>
background-color css
<style>
a { background-color: #FCAB5F; }
a { background-color: rgb(252,171,95); }
div.DivClassName
{
background-color: #FCAB5F;
}
.BgClassName
{
background-color: #FCAB5F;
}
</style>
border-color css
<style>
span { border-color: #FCAB5F; }
span { border-color: rgb(252,171,95); }
td.TdClassName
{
border-color: #FCAB5F;
}
.TagClassName
{
border-color: #FCAB5F;
}
</style>