Shades of Rajah #FCB25E
Tints of Rajah #FCB25E
RGB
CMYK
RGB Variations
Color information
#FCB25E (or 0xFCB25E) is known color: Rajah. HEX triplet: FC, B2 and 5E. RGB value is (252,178,94). Sum of RGB (Red+Green+Blue) = 252+178+94=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB25E is #034DA1. Grayscale: #BEBEBE. Windows color (decimal): -216482 or 6206204. OLE color: 6206204.
HSL color Cylindrical-coordinate representation of color #FCB25E: hue angle of 31.9º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCB25E is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 178 | 94 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.01 |
| HSL | 31.9º | 0.96% | 0.68% | - |
| HSV(B) | 31.9º | 0.63% | 0.99% | - |
| XYZ | 58.09 | 53.34 | 17.82 | - |
| YUV | 190.55 | 73.52 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 178 | 94 | 0 | 0.29 | 0.63 | 0.01 | 31.9 | 0.96 | 0.68 |
| Hex | FC | B2 | 5E | 0 | 1D | 3F | 1 | 20 | 60 | 44 |
| Octal | 374 | 262 | 136 | 0 | 35 | 77 | 1 | 40 | 140 | 104 |
| Binary | 11111100 | 10110010 | 1011110 | 0 | 11101 | 111111 | 1 | 100000 | 1100000 | 1000100 |
Color Harmonies of #FCB25E
Complementary color
Monochromatic Colors of #FCB25E
Black with #FCB25E
Text Example
Text Example
White with #FCB25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB25E; }
p { color: rgb(252,178,94); }
H1.HeaderClassName
{
color: #FCB25E;
}
.AnyTagClassName
{
color: #FCB25E;
}
</style>
background-color css
<style>
a { background-color: #FCB25E; }
a { background-color: rgb(252,178,94); }
div.DivClassName
{
background-color: #FCB25E;
}
.BgClassName
{
background-color: #FCB25E;
}
</style>
border-color css
<style>
span { border-color: #FCB25E; }
span { border-color: rgb(252,178,94); }
td.TdClassName
{
border-color: #FCB25E;
}
.TagClassName
{
border-color: #FCB25E;
}
</style>