Shades of Supernova #FCB937
Tints of Supernova #FCB937
RGB
CMYK
RGB Variations
Color information
#FCB937 (or 0xFCB937) is known color: Supernova. HEX triplet: FC, B9 and 37. RGB value is (252,185,55). Sum of RGB (Red+Green+Blue) = 252+185+55=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB937 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB937 is #0346C8. Grayscale: #BEBEBE. Windows color (decimal): -214729 or 3652092. OLE color: 3652092.
HSL color Cylindrical-coordinate representation of color #FCB937: hue angle of 39.59º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FCB937 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 55 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.01 |
| HSL | 39.59º | 0.97% | 0.6% | - |
| HSV(B) | 39.59º | 0.78% | 0.99% | - |
| XYZ | 58.18 | 55.67 | 11.29 | - |
| YUV | 190.21 | 51.7 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 55 | 0 | 0.27 | 0.78 | 0.01 | 39.59 | 0.97 | 0.6 |
| Hex | FC | B9 | 37 | 0 | 1B | 4E | 1 | 28 | 61 | 3C |
| Octal | 374 | 271 | 67 | 0 | 33 | 116 | 1 | 50 | 141 | 74 |
| Binary | 11111100 | 10111001 | 110111 | 0 | 11011 | 1001110 | 1 | 101000 | 1100001 | 111100 |
Color Harmonies of #FCB937
Complementary color
Monochromatic Colors of #FCB937
Black with #FCB937
Text Example
Text Example
White with #FCB937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB937; }
p { color: rgb(252,185,55); }
H1.HeaderClassName
{
color: #FCB937;
}
.AnyTagClassName
{
color: #FCB937;
}
</style>
background-color css
<style>
a { background-color: #FCB937; }
a { background-color: rgb(252,185,55); }
div.DivClassName
{
background-color: #FCB937;
}
.BgClassName
{
background-color: #FCB937;
}
</style>
border-color css
<style>
span { border-color: #FCB937; }
span { border-color: rgb(252,185,55); }
td.TdClassName
{
border-color: #FCB937;
}
.TagClassName
{
border-color: #FCB937;
}
</style>