Shades of Supernova #FCB62C
Tints of Supernova #FCB62C
RGB
CMYK
RGB Variations
Color information
#FCB62C (or 0xFCB62C) is known color: Supernova. HEX triplet: FC, B6 and 2C. RGB value is (252,182,44). Sum of RGB (Red+Green+Blue) = 252+182+44=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 44 (17.58% from 255 or 9.21% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB62C is #0349D3. Grayscale: #BBBBBB. Windows color (decimal): -215508 or 2930428. OLE color: 2930428.
HSL color Cylindrical-coordinate representation of color #FCB62C: hue angle of 39.81º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FCB62C is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 182 | 44 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.01 |
| HSL | 39.81º | 0.97% | 0.58% | - |
| HSV(B) | 39.81º | 0.83% | 0.99% | - |
| XYZ | 57.33 | 54.33 | 9.85 | - |
| YUV | 187.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 182 | 44 | 0 | 0.28 | 0.83 | 0.01 | 39.81 | 0.97 | 0.58 |
| Hex | FC | B6 | 2C | 0 | 1C | 53 | 1 | 28 | 61 | 3A |
| Octal | 374 | 266 | 54 | 0 | 34 | 123 | 1 | 50 | 141 | 72 |
| Binary | 11111100 | 10110110 | 101100 | 0 | 11100 | 1010011 | 1 | 101000 | 1100001 | 111010 |
Color Harmonies of #FCB62C
Complementary color
Monochromatic Colors of #FCB62C
Black with #FCB62C
Text Example
Text Example
White with #FCB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB62C; }
p { color: rgb(252,182,44); }
H1.HeaderClassName
{
color: #FCB62C;
}
.AnyTagClassName
{
color: #FCB62C;
}
</style>
background-color css
<style>
a { background-color: #FCB62C; }
a { background-color: rgb(252,182,44); }
div.DivClassName
{
background-color: #FCB62C;
}
.BgClassName
{
background-color: #FCB62C;
}
</style>
border-color css
<style>
span { border-color: #FCB62C; }
span { border-color: rgb(252,182,44); }
td.TdClassName
{
border-color: #FCB62C;
}
.TagClassName
{
border-color: #FCB62C;
}
</style>