Shades of Rajah #FCB15E
Tints of Rajah #FCB15E
RGB
CMYK
RGB Variations
Color information
#FCB15E (or 0xFCB15E) is known color: Rajah. HEX triplet: FC, B1 and 5E. RGB value is (252,177,94). Sum of RGB (Red+Green+Blue) = 252+177+94=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 94 (37.11% from 255 or 17.97% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB15E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB15E is #034EA1. Grayscale: #BEBEBE. Windows color (decimal): -216738 or 6205948. OLE color: 6205948.
HSL color Cylindrical-coordinate representation of color #FCB15E: hue angle of 31.52º 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 #FCB15E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 94 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.52º | 0.96% | 0.68% | - |
| HSV(B) | 31.52º | 0.63% | 0.99% | - |
| XYZ | 57.89 | 52.95 | 17.76 | - |
| YUV | 189.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 94 | 0 | 0.30 | 0.63 | 0.01 | 31.52 | 0.96 | 0.68 |
| Hex | FC | B1 | 5E | 0 | 1E | 3F | 1 | 20 | 60 | 44 |
| Octal | 374 | 261 | 136 | 0 | 36 | 77 | 1 | 40 | 140 | 104 |
| Binary | 11111100 | 10110001 | 1011110 | 0 | 11110 | 111111 | 1 | 100000 | 1100000 | 1000100 |
Color Harmonies of #FCB15E
Complementary color
Monochromatic Colors of #FCB15E
Black with #FCB15E
Text Example
Text Example
White with #FCB15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB15E; }
p { color: rgb(252,177,94); }
H1.HeaderClassName
{
color: #FCB15E;
}
.AnyTagClassName
{
color: #FCB15E;
}
</style>
background-color css
<style>
a { background-color: #FCB15E; }
a { background-color: rgb(252,177,94); }
div.DivClassName
{
background-color: #FCB15E;
}
.BgClassName
{
background-color: #FCB15E;
}
</style>
border-color css
<style>
span { border-color: #FCB15E; }
span { border-color: rgb(252,177,94); }
td.TdClassName
{
border-color: #FCB15E;
}
.TagClassName
{
border-color: #FCB15E;
}
</style>