Shades of Rajah #FCB05C
Tints of Rajah #FCB05C
RGB
CMYK
RGB Variations
Color information
#FCB05C (or 0xFCB05C) is known color: Rajah. HEX triplet: FC, B0 and 5C. RGB value is (252,176,92). Sum of RGB (Red+Green+Blue) = 252+176+92=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB05C is #034FA3. Grayscale: #BDBDBD. Windows color (decimal): -216996 or 6074620. OLE color: 6074620.
HSL color Cylindrical-coordinate representation of color #FCB05C: hue angle of 31.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 #FCB05C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 92 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.01 |
| HSL | 31.5º | 0.96% | 0.67% | - |
| HSV(B) | 31.5º | 0.63% | 0.99% | - |
| XYZ | 57.6 | 52.52 | 17.23 | - |
| YUV | 189.15 | 73.18 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 92 | 0 | 0.30 | 0.63 | 0.01 | 31.5 | 0.96 | 0.67 |
| Hex | FC | B0 | 5C | 0 | 1E | 3F | 1 | 1F | 60 | 43 |
| Octal | 374 | 260 | 134 | 0 | 36 | 77 | 1 | 37 | 140 | 103 |
| Binary | 11111100 | 10110000 | 1011100 | 0 | 11110 | 111111 | 1 | 11111 | 1100000 | 1000011 |
Color Harmonies of #FCB05C
Complementary color
Monochromatic Colors of #FCB05C
Black with #FCB05C
Text Example
Text Example
White with #FCB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB05C; }
p { color: rgb(252,176,92); }
H1.HeaderClassName
{
color: #FCB05C;
}
.AnyTagClassName
{
color: #FCB05C;
}
</style>
background-color css
<style>
a { background-color: #FCB05C; }
a { background-color: rgb(252,176,92); }
div.DivClassName
{
background-color: #FCB05C;
}
.BgClassName
{
background-color: #FCB05C;
}
</style>
border-color css
<style>
span { border-color: #FCB05C; }
span { border-color: rgb(252,176,92); }
td.TdClassName
{
border-color: #FCB05C;
}
.TagClassName
{
border-color: #FCB05C;
}
</style>