Shades of Supernova #FCB93C
Tints of Supernova #FCB93C
RGB
CMYK
RGB Variations
Color information
#FCB93C (or 0xFCB93C) is known color: Supernova. HEX triplet: FC, B9 and 3C. RGB value is (252,185,60). Sum of RGB (Red+Green+Blue) = 252+185+60=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 185 (72.66% from 255 or 37.22% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB93C is #0346C3. Grayscale: #BFBFBF. Windows color (decimal): -214724 or 3979772. OLE color: 3979772.
HSL color Cylindrical-coordinate representation of color #FCB93C: hue angle of 39.06º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FCB93C is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 60 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.01 |
| HSL | 39.06º | 0.97% | 0.61% | - |
| HSV(B) | 39.06º | 0.76% | 0.99% | - |
| XYZ | 58.31 | 55.72 | 11.96 | - |
| YUV | 190.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 60 | 0 | 0.27 | 0.76 | 0.01 | 39.06 | 0.97 | 0.61 |
| Hex | FC | B9 | 3C | 0 | 1B | 4C | 1 | 27 | 61 | 3D |
| Octal | 374 | 271 | 74 | 0 | 33 | 114 | 1 | 47 | 141 | 75 |
| Binary | 11111100 | 10111001 | 111100 | 0 | 11011 | 1001100 | 1 | 100111 | 1100001 | 111101 |
Color Harmonies of #FCB93C
Complementary color
Monochromatic Colors of #FCB93C
Black with #FCB93C
Text Example
Text Example
White with #FCB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB93C; }
p { color: rgb(252,185,60); }
H1.HeaderClassName
{
color: #FCB93C;
}
.AnyTagClassName
{
color: #FCB93C;
}
</style>
background-color css
<style>
a { background-color: #FCB93C; }
a { background-color: rgb(252,185,60); }
div.DivClassName
{
background-color: #FCB93C;
}
.BgClassName
{
background-color: #FCB93C;
}
</style>
border-color css
<style>
span { border-color: #FCB93C; }
span { border-color: rgb(252,185,60); }
td.TdClassName
{
border-color: #FCB93C;
}
.TagClassName
{
border-color: #FCB93C;
}
</style>