Shades of Supernova #FCB935
Tints of Supernova #FCB935
RGB
CMYK
RGB Variations
Color information
#FCB935 (or 0xFCB935) is known color: Supernova. HEX triplet: FC, B9 and 35. RGB value is (252,185,53). Sum of RGB (Red+Green+Blue) = 252+185+53=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB935 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB935 is #0346CA. Grayscale: #BEBEBE. Windows color (decimal): -214731 or 3521020. OLE color: 3521020.
HSL color Cylindrical-coordinate representation of color #FCB935: hue angle of 39.8º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FCB935 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 53 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.01 |
| HSL | 39.8º | 0.97% | 0.6% | - |
| HSV(B) | 39.8º | 0.79% | 0.99% | - |
| XYZ | 58.14 | 55.65 | 11.05 | - |
| YUV | 189.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 53 | 0 | 0.27 | 0.79 | 0.01 | 39.8 | 0.97 | 0.6 |
| Hex | FC | B9 | 35 | 0 | 1B | 4F | 1 | 28 | 61 | 3C |
| Octal | 374 | 271 | 65 | 0 | 33 | 117 | 1 | 50 | 141 | 74 |
| Binary | 11111100 | 10111001 | 110101 | 0 | 11011 | 1001111 | 1 | 101000 | 1100001 | 111100 |
Color Harmonies of #FCB935
Complementary color
Monochromatic Colors of #FCB935
Black with #FCB935
Text Example
Text Example
White with #FCB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB935; }
p { color: rgb(252,185,53); }
H1.HeaderClassName
{
color: #FCB935;
}
.AnyTagClassName
{
color: #FCB935;
}
</style>
background-color css
<style>
a { background-color: #FCB935; }
a { background-color: rgb(252,185,53); }
div.DivClassName
{
background-color: #FCB935;
}
.BgClassName
{
background-color: #FCB935;
}
</style>
border-color css
<style>
span { border-color: #FCB935; }
span { border-color: rgb(252,185,53); }
td.TdClassName
{
border-color: #FCB935;
}
.TagClassName
{
border-color: #FCB935;
}
</style>