Shades of Supernova #FCB424
Tints of Supernova #FCB424
RGB
CMYK
RGB Variations
Color information
#FCB424 (or 0xFCB424) is known color: Supernova. HEX triplet: FC, B4 and 24. RGB value is (252,180,36). Sum of RGB (Red+Green+Blue) = 252+180+36=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 180 (70.70% from 255 or 38.46% from 468); Blue value is 36 (14.45% from 255 or 7.69% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB424 is #034BDB. Grayscale: #B9B9B9. Windows color (decimal): -216028 or 2405628. OLE color: 2405628.
HSL color Cylindrical-coordinate representation of color #FCB424: hue angle of 40º 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 #FCB424 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 180 | 36 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.01 |
| HSL | 40º | 0.97% | 0.56% | - |
| HSV(B) | 40º | 0.86% | 0.99% | - |
| XYZ | 56.78 | 53.47 | 9 | - |
| YUV | 185.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 180 | 36 | 0 | 0.29 | 0.86 | 0.01 | 40 | 0.97 | 0.56 |
| Hex | FC | B4 | 24 | 0 | 1D | 56 | 1 | 28 | 61 | 38 |
| Octal | 374 | 264 | 44 | 0 | 35 | 126 | 1 | 50 | 141 | 70 |
| Binary | 11111100 | 10110100 | 100100 | 0 | 11101 | 1010110 | 1 | 101000 | 1100001 | 111000 |
Color Harmonies of #FCB424
Complementary color
Monochromatic Colors of #FCB424
Black with #FCB424
Text Example
Text Example
White with #FCB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB424; }
p { color: rgb(252,180,36); }
H1.HeaderClassName
{
color: #FCB424;
}
.AnyTagClassName
{
color: #FCB424;
}
</style>
background-color css
<style>
a { background-color: #FCB424; }
a { background-color: rgb(252,180,36); }
div.DivClassName
{
background-color: #FCB424;
}
.BgClassName
{
background-color: #FCB424;
}
</style>
border-color css
<style>
span { border-color: #FCB424; }
span { border-color: rgb(252,180,36); }
td.TdClassName
{
border-color: #FCB424;
}
.TagClassName
{
border-color: #FCB424;
}
</style>