Shades of Supernova #FCB124
Tints of Supernova #FCB124
RGB
CMYK
RGB Variations
Color information
#FCB124 (or 0xFCB124) is known color: Supernova. HEX triplet: FC, B1 and 24. RGB value is (252,177,36). Sum of RGB (Red+Green+Blue) = 252+177+36=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 177 (69.53% from 255 or 38.06% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCB124 is #034EDB. Grayscale: #B7B7B7. Windows color (decimal): -216796 or 2404860. OLE color: 2404860.
HSL color Cylindrical-coordinate representation of color #FCB124: hue angle of 39.17º 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 #FCB124 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 177 | 36 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.01 |
| HSL | 39.17º | 0.97% | 0.56% | - |
| HSV(B) | 39.17º | 0.86% | 0.99% | - |
| XYZ | 56.19 | 52.27 | 8.8 | - |
| YUV | 183.35 | 44.85 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 177 | 36 | 0 | 0.30 | 0.86 | 0.01 | 39.17 | 0.97 | 0.56 |
| Hex | FC | B1 | 24 | 0 | 1E | 56 | 1 | 27 | 61 | 38 |
| Octal | 374 | 261 | 44 | 0 | 36 | 126 | 1 | 47 | 141 | 70 |
| Binary | 11111100 | 10110001 | 100100 | 0 | 11110 | 1010110 | 1 | 100111 | 1100001 | 111000 |
Color Harmonies of #FCB124
Complementary color
Monochromatic Colors of #FCB124
Black with #FCB124
Text Example
Text Example
White with #FCB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB124; }
p { color: rgb(252,177,36); }
H1.HeaderClassName
{
color: #FCB124;
}
.AnyTagClassName
{
color: #FCB124;
}
</style>
background-color css
<style>
a { background-color: #FCB124; }
a { background-color: rgb(252,177,36); }
div.DivClassName
{
background-color: #FCB124;
}
.BgClassName
{
background-color: #FCB124;
}
</style>
border-color css
<style>
span { border-color: #FCB124; }
span { border-color: rgb(252,177,36); }
td.TdClassName
{
border-color: #FCB124;
}
.TagClassName
{
border-color: #FCB124;
}
</style>