Shades of Supernova #FCB931
Tints of Supernova #FCB931
RGB
CMYK
RGB Variations
Color information
#FCB931 (or 0xFCB931) is known color: Supernova. HEX triplet: FC, B9 and 31. RGB value is (252,185,49). Sum of RGB (Red+Green+Blue) = 252+185+49=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB931 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB931 is #0346CE. Grayscale: #BEBEBE. Windows color (decimal): -214735 or 3258876. OLE color: 3258876.
HSL color Cylindrical-coordinate representation of color #FCB931: hue angle of 40.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCB931 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 49 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.01 |
| HSL | 40.2º | 0.97% | 0.59% | - |
| HSV(B) | 40.2º | 0.81% | 0.99% | - |
| XYZ | 58.05 | 55.62 | 10.58 | - |
| YUV | 189.53 | 48.7 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 49 | 0 | 0.27 | 0.81 | 0.01 | 40.2 | 0.97 | 0.59 |
| Hex | FC | B9 | 31 | 0 | 1B | 51 | 1 | 28 | 61 | 3B |
| Octal | 374 | 271 | 61 | 0 | 33 | 121 | 1 | 50 | 141 | 73 |
| Binary | 11111100 | 10111001 | 110001 | 0 | 11011 | 1010001 | 1 | 101000 | 1100001 | 111011 |
Color Harmonies of #FCB931
Complementary color
Monochromatic Colors of #FCB931
Black with #FCB931
Text Example
Text Example
White with #FCB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB931; }
p { color: rgb(252,185,49); }
H1.HeaderClassName
{
color: #FCB931;
}
.AnyTagClassName
{
color: #FCB931;
}
</style>
background-color css
<style>
a { background-color: #FCB931; }
a { background-color: rgb(252,185,49); }
div.DivClassName
{
background-color: #FCB931;
}
.BgClassName
{
background-color: #FCB931;
}
</style>
border-color css
<style>
span { border-color: #FCB931; }
span { border-color: rgb(252,185,49); }
td.TdClassName
{
border-color: #FCB931;
}
.TagClassName
{
border-color: #FCB931;
}
</style>