Shades of Supernova #FFC03E
Tints of Supernova #FFC03E
RGB
CMYK
RGB Variations
Color information
#FFC03E (or 0xFFC03E) is known color: Supernova. HEX triplet: FF, C0 and 3E. RGB value is (255,192,62). Sum of RGB (Red+Green+Blue) = 255+192+62=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC03E is #003FC1. Grayscale: #C4C4C4. Windows color (decimal): -16322 or 4112639. OLE color: 4112639.
HSL color Cylindrical-coordinate representation of color #FFC03E: hue angle of 40.41º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFC03E is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 62 | - |
| CMYK | 0 | 0.25 | 0.76 | 0 |
| HSL | 40.41º | 1% | 0.62% | - |
| HSV(B) | 40.41º | 0.76% | 1% | - |
| XYZ | 60.96 | 59.31 | 12.79 | - |
| YUV | 196.02 | 52.37 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 62 | 0 | 0.25 | 0.76 | 0 | 40.41 | 1 | 0.62 |
| Hex | FF | C0 | 3E | 0 | 19 | 4C | 0 | 28 | 64 | 3E |
| Octal | 377 | 300 | 76 | 0 | 31 | 114 | 0 | 50 | 144 | 76 |
| Binary | 11111111 | 11000000 | 111110 | 0 | 11001 | 1001100 | 0 | 101000 | 1100100 | 111110 |
Color Harmonies of #FFC03E
Complementary color
Monochromatic Colors of #FFC03E
Black with #FFC03E
Text Example
Text Example
White with #FFC03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC03E; }
p { color: rgb(255,192,62); }
H1.HeaderClassName
{
color: #FFC03E;
}
.AnyTagClassName
{
color: #FFC03E;
}
</style>
background-color css
<style>
a { background-color: #FFC03E; }
a { background-color: rgb(255,192,62); }
div.DivClassName
{
background-color: #FFC03E;
}
.BgClassName
{
background-color: #FFC03E;
}
</style>
border-color css
<style>
span { border-color: #FFC03E; }
span { border-color: rgb(255,192,62); }
td.TdClassName
{
border-color: #FFC03E;
}
.TagClassName
{
border-color: #FFC03E;
}
</style>