Shades of Supernova #FCB942
Tints of Supernova #FCB942
RGB
CMYK
RGB Variations
Color information
#FCB942 (or 0xFCB942) is known color: Supernova. HEX triplet: FC, B9 and 42. RGB value is (252,185,66). Sum of RGB (Red+Green+Blue) = 252+185+66=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB942 is #0346BD. Grayscale: #C0C0C0. Windows color (decimal): -214718 or 4372988. OLE color: 4372988.
HSL color Cylindrical-coordinate representation of color #FCB942: hue angle of 38.39º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCB942 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 66 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.01 |
| HSL | 38.39º | 0.97% | 0.62% | - |
| HSV(B) | 38.39º | 0.74% | 0.99% | - |
| XYZ | 58.48 | 55.79 | 12.84 | - |
| YUV | 191.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 66 | 0 | 0.27 | 0.74 | 0.01 | 38.39 | 0.97 | 0.62 |
| Hex | FC | B9 | 42 | 0 | 1B | 4A | 1 | 26 | 61 | 3E |
| Octal | 374 | 271 | 102 | 0 | 33 | 112 | 1 | 46 | 141 | 76 |
| Binary | 11111100 | 10111001 | 1000010 | 0 | 11011 | 1001010 | 1 | 100110 | 1100001 | 111110 |
Color Harmonies of #FCB942
Complementary color
Monochromatic Colors of #FCB942
Black with #FCB942
Text Example
Text Example
White with #FCB942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB942; }
p { color: rgb(252,185,66); }
H1.HeaderClassName
{
color: #FCB942;
}
.AnyTagClassName
{
color: #FCB942;
}
</style>
background-color css
<style>
a { background-color: #FCB942; }
a { background-color: rgb(252,185,66); }
div.DivClassName
{
background-color: #FCB942;
}
.BgClassName
{
background-color: #FCB942;
}
</style>
border-color css
<style>
span { border-color: #FCB942; }
span { border-color: rgb(252,185,66); }
td.TdClassName
{
border-color: #FCB942;
}
.TagClassName
{
border-color: #FCB942;
}
</style>