Shades of Supernova #FCB72E
Tints of Supernova #FCB72E
RGB
CMYK
RGB Variations
Color information
#FCB72E (or 0xFCB72E) is known color: Supernova. HEX triplet: FC, B7 and 2E. RGB value is (252,183,46). Sum of RGB (Red+Green+Blue) = 252+183+46=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB72E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB72E is #0348D1. Grayscale: #BCBCBC. Windows color (decimal): -215250 or 3061756. OLE color: 3061756.
HSL color Cylindrical-coordinate representation of color #FCB72E: hue angle of 39.9º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FCB72E is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 183 | 46 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.01 |
| HSL | 39.9º | 0.97% | 0.58% | - |
| HSV(B) | 39.9º | 0.82% | 0.99% | - |
| XYZ | 57.57 | 54.76 | 10.12 | - |
| YUV | 188.01 | 47.86 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 183 | 46 | 0 | 0.27 | 0.82 | 0.01 | 39.9 | 0.97 | 0.58 |
| Hex | FC | B7 | 2E | 0 | 1B | 52 | 1 | 28 | 61 | 3A |
| Octal | 374 | 267 | 56 | 0 | 33 | 122 | 1 | 50 | 141 | 72 |
| Binary | 11111100 | 10110111 | 101110 | 0 | 11011 | 1010010 | 1 | 101000 | 1100001 | 111010 |
Color Harmonies of #FCB72E
Complementary color
Monochromatic Colors of #FCB72E
Black with #FCB72E
Text Example
Text Example
White with #FCB72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB72E; }
p { color: rgb(252,183,46); }
H1.HeaderClassName
{
color: #FCB72E;
}
.AnyTagClassName
{
color: #FCB72E;
}
</style>
background-color css
<style>
a { background-color: #FCB72E; }
a { background-color: rgb(252,183,46); }
div.DivClassName
{
background-color: #FCB72E;
}
.BgClassName
{
background-color: #FCB72E;
}
</style>
border-color css
<style>
span { border-color: #FCB72E; }
span { border-color: rgb(252,183,46); }
td.TdClassName
{
border-color: #FCB72E;
}
.TagClassName
{
border-color: #FCB72E;
}
</style>