Shades of Rajah #FCA85C
Tints of Rajah #FCA85C
RGB
CMYK
RGB Variations
Color information
#FCA85C (or 0xFCA85C) is known color: Rajah. HEX triplet: FC, A8 and 5C. RGB value is (252,168,92). Sum of RGB (Red+Green+Blue) = 252+168+92=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA85C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA85C is #0357A3. Grayscale: #B8B8B8. Windows color (decimal): -219044 or 6072572. OLE color: 6072572.
HSL color Cylindrical-coordinate representation of color #FCA85C: hue angle of 28.5º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCA85C is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 92 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.01 |
| HSL | 28.5º | 0.96% | 0.67% | - |
| HSV(B) | 28.5º | 0.63% | 0.99% | - |
| XYZ | 56.08 | 49.47 | 16.72 | - |
| YUV | 184.45 | 75.83 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 92 | 0 | 0.33 | 0.63 | 0.01 | 28.5 | 0.96 | 0.67 |
| Hex | FC | A8 | 5C | 0 | 21 | 3F | 1 | 1C | 60 | 43 |
| Octal | 374 | 250 | 134 | 0 | 41 | 77 | 1 | 34 | 140 | 103 |
| Binary | 11111100 | 10101000 | 1011100 | 0 | 100001 | 111111 | 1 | 11100 | 1100000 | 1000011 |
Color Harmonies of #FCA85C
Complementary color
Monochromatic Colors of #FCA85C
Black with #FCA85C
Text Example
Text Example
White with #FCA85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA85C; }
p { color: rgb(252,168,92); }
H1.HeaderClassName
{
color: #FCA85C;
}
.AnyTagClassName
{
color: #FCA85C;
}
</style>
background-color css
<style>
a { background-color: #FCA85C; }
a { background-color: rgb(252,168,92); }
div.DivClassName
{
background-color: #FCA85C;
}
.BgClassName
{
background-color: #FCA85C;
}
</style>
border-color css
<style>
span { border-color: #FCA85C; }
span { border-color: rgb(252,168,92); }
td.TdClassName
{
border-color: #FCA85C;
}
.TagClassName
{
border-color: #FCA85C;
}
</style>