Shades of Supernova #FCC03B
Tints of Supernova #FCC03B
RGB
CMYK
RGB Variations
Color information
#FCC03B (or 0xFCC03B) is known color: Supernova. HEX triplet: FC, C0 and 3B. RGB value is (252,192,59). Sum of RGB (Red+Green+Blue) = 252+192+59=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC03B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC03B is #033FC4. Grayscale: #C3C3C3. Windows color (decimal): -212933 or 3916028. OLE color: 3916028.
HSL color Cylindrical-coordinate representation of color #FCC03B: hue angle of 41.35º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FCC03B is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 59 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.01 |
| HSL | 41.35º | 0.97% | 0.61% | - |
| HSV(B) | 41.35º | 0.77% | 0.99% | - |
| XYZ | 59.78 | 58.71 | 12.32 | - |
| YUV | 194.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 59 | 0 | 0.24 | 0.77 | 0.01 | 41.35 | 0.97 | 0.61 |
| Hex | FC | C0 | 3B | 0 | 18 | 4D | 1 | 29 | 61 | 3D |
| Octal | 374 | 300 | 73 | 0 | 30 | 115 | 1 | 51 | 141 | 75 |
| Binary | 11111100 | 11000000 | 111011 | 0 | 11000 | 1001101 | 1 | 101001 | 1100001 | 111101 |
Color Harmonies of #FCC03B
Complementary color
Monochromatic Colors of #FCC03B
Black with #FCC03B
Text Example
Text Example
White with #FCC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC03B; }
p { color: rgb(252,192,59); }
H1.HeaderClassName
{
color: #FCC03B;
}
.AnyTagClassName
{
color: #FCC03B;
}
</style>
background-color css
<style>
a { background-color: #FCC03B; }
a { background-color: rgb(252,192,59); }
div.DivClassName
{
background-color: #FCC03B;
}
.BgClassName
{
background-color: #FCC03B;
}
</style>
border-color css
<style>
span { border-color: #FCC03B; }
span { border-color: rgb(252,192,59); }
td.TdClassName
{
border-color: #FCC03B;
}
.TagClassName
{
border-color: #FCC03B;
}
</style>