Shades of Supernova #FCB024
Tints of Supernova #FCB024
RGB
CMYK
RGB Variations
Color information
#FCB024 (or 0xFCB024) is known color: Supernova. HEX triplet: FC, B0 and 24. RGB value is (252,176,36). Sum of RGB (Red+Green+Blue) = 252+176+36=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 176 (69.14% from 255 or 37.93% from 464); Blue value is 36 (14.45% from 255 or 7.76% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB024 is #034FDB. Grayscale: #B7B7B7. Windows color (decimal): -217052 or 2404604. OLE color: 2404604.
HSL color Cylindrical-coordinate representation of color #FCB024: hue angle of 38.89º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCB024 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 176 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.01 |
| HSL | 38.89º | 0.97% | 0.56% | - |
| HSV(B) | 38.89º | 0.86% | 0.99% | - |
| XYZ | 55.99 | 51.87 | 8.73 | - |
| YUV | 182.76 | 45.18 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 176 | 36 | 0 | 0.30 | 0.86 | 0.01 | 38.89 | 0.97 | 0.56 |
| Hex | FC | B0 | 24 | 0 | 1E | 56 | 1 | 27 | 61 | 38 |
| Octal | 374 | 260 | 44 | 0 | 36 | 126 | 1 | 47 | 141 | 70 |
| Binary | 11111100 | 10110000 | 100100 | 0 | 11110 | 1010110 | 1 | 100111 | 1100001 | 111000 |
Color Harmonies of #FCB024
Complementary color
Monochromatic Colors of #FCB024
Black with #FCB024
Text Example
Text Example
White with #FCB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB024; }
p { color: rgb(252,176,36); }
H1.HeaderClassName
{
color: #FCB024;
}
.AnyTagClassName
{
color: #FCB024;
}
</style>
background-color css
<style>
a { background-color: #FCB024; }
a { background-color: rgb(252,176,36); }
div.DivClassName
{
background-color: #FCB024;
}
.BgClassName
{
background-color: #FCB024;
}
</style>
border-color css
<style>
span { border-color: #FCB024; }
span { border-color: rgb(252,176,36); }
td.TdClassName
{
border-color: #FCB024;
}
.TagClassName
{
border-color: #FCB024;
}
</style>