Shades of Supernova #FCB940
Tints of Supernova #FCB940
RGB
CMYK
RGB Variations
Color information
#FCB940 (or 0xFCB940) is known color: Supernova. HEX triplet: FC, B9 and 40. RGB value is (252,185,64). Sum of RGB (Red+Green+Blue) = 252+185+64=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB940 is #0346BF. Grayscale: #BFBFBF. Windows color (decimal): -214720 or 4241916. OLE color: 4241916.
HSL color Cylindrical-coordinate representation of color #FCB940: hue angle of 38.62º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FCB940 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 64 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.01 |
| HSL | 38.62º | 0.97% | 0.62% | - |
| HSV(B) | 38.62º | 0.75% | 0.99% | - |
| XYZ | 58.42 | 55.76 | 12.53 | - |
| YUV | 191.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 64 | 0 | 0.27 | 0.75 | 0.01 | 38.62 | 0.97 | 0.62 |
| Hex | FC | B9 | 40 | 0 | 1B | 4B | 1 | 27 | 61 | 3E |
| Octal | 374 | 271 | 100 | 0 | 33 | 113 | 1 | 47 | 141 | 76 |
| Binary | 11111100 | 10111001 | 1000000 | 0 | 11011 | 1001011 | 1 | 100111 | 1100001 | 111110 |
Color Harmonies of #FCB940
Complementary color
Monochromatic Colors of #FCB940
Black with #FCB940
Text Example
Text Example
White with #FCB940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB940; }
p { color: rgb(252,185,64); }
H1.HeaderClassName
{
color: #FCB940;
}
.AnyTagClassName
{
color: #FCB940;
}
</style>
background-color css
<style>
a { background-color: #FCB940; }
a { background-color: rgb(252,185,64); }
div.DivClassName
{
background-color: #FCB940;
}
.BgClassName
{
background-color: #FCB940;
}
</style>
border-color css
<style>
span { border-color: #FCB940; }
span { border-color: rgb(252,185,64); }
td.TdClassName
{
border-color: #FCB940;
}
.TagClassName
{
border-color: #FCB940;
}
</style>