Shades of Supernova #FCB933
Tints of Supernova #FCB933
RGB
CMYK
RGB Variations
Color information
#FCB933 (or 0xFCB933) is known color: Supernova. HEX triplet: FC, B9 and 33. RGB value is (252,185,51). Sum of RGB (Red+Green+Blue) = 252+185+51=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB933 is #0346CC. Grayscale: #BEBEBE. Windows color (decimal): -214733 or 3389948. OLE color: 3389948.
HSL color Cylindrical-coordinate representation of color #FCB933: hue angle of 40º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCB933 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 51 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.01 |
| HSL | 40º | 0.97% | 0.59% | - |
| HSV(B) | 40º | 0.8% | 0.99% | - |
| XYZ | 58.09 | 55.63 | 10.81 | - |
| YUV | 189.76 | 49.7 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 51 | 0 | 0.27 | 0.80 | 0.01 | 40 | 0.97 | 0.59 |
| Hex | FC | B9 | 33 | 0 | 1B | 50 | 1 | 28 | 61 | 3B |
| Octal | 374 | 271 | 63 | 0 | 33 | 120 | 1 | 50 | 141 | 73 |
| Binary | 11111100 | 10111001 | 110011 | 0 | 11011 | 1010000 | 1 | 101000 | 1100001 | 111011 |
Color Harmonies of #FCB933
Complementary color
Monochromatic Colors of #FCB933
Black with #FCB933
Text Example
Text Example
White with #FCB933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB933; }
p { color: rgb(252,185,51); }
H1.HeaderClassName
{
color: #FCB933;
}
.AnyTagClassName
{
color: #FCB933;
}
</style>
background-color css
<style>
a { background-color: #FCB933; }
a { background-color: rgb(252,185,51); }
div.DivClassName
{
background-color: #FCB933;
}
.BgClassName
{
background-color: #FCB933;
}
</style>
border-color css
<style>
span { border-color: #FCB933; }
span { border-color: rgb(252,185,51); }
td.TdClassName
{
border-color: #FCB933;
}
.TagClassName
{
border-color: #FCB933;
}
</style>