Shades of Supernova #F8C040
Tints of Supernova #F8C040
RGB
CMYK
RGB Variations
Color information
#F8C040 (or 0xF8C040) is known color: Supernova. HEX triplet: F8, C0 and 40. RGB value is (248,192,64). Sum of RGB (Red+Green+Blue) = 248+192+64=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C040 is #073FBF. Grayscale: #C2C2C2. Windows color (decimal): -475072 or 4243704. OLE color: 4243704.
HSL color Cylindrical-coordinate representation of color #F8C040: hue angle of 41.74º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F8C040 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 64 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.03 |
| HSL | 41.74º | 0.93% | 0.61% | - |
| HSV(B) | 41.74º | 0.74% | 0.97% | - |
| XYZ | 58.49 | 58.03 | 12.97 | - |
| YUV | 194.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 64 | 0 | 0.23 | 0.74 | 0.03 | 41.74 | 0.93 | 0.61 |
| Hex | F8 | C0 | 40 | 0 | 17 | 4A | 3 | 2A | 5D | 3D |
| Octal | 370 | 300 | 100 | 0 | 27 | 112 | 3 | 52 | 135 | 75 |
| Binary | 11111000 | 11000000 | 1000000 | 0 | 10111 | 1001010 | 11 | 101010 | 1011101 | 111101 |
Color Harmonies of #F8C040
Complementary color
Monochromatic Colors of #F8C040
Black with #F8C040
Text Example
Text Example
White with #F8C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C040; }
p { color: rgb(248,192,64); }
H1.HeaderClassName
{
color: #F8C040;
}
.AnyTagClassName
{
color: #F8C040;
}
</style>
background-color css
<style>
a { background-color: #F8C040; }
a { background-color: rgb(248,192,64); }
div.DivClassName
{
background-color: #F8C040;
}
.BgClassName
{
background-color: #F8C040;
}
</style>
border-color css
<style>
span { border-color: #F8C040; }
span { border-color: rgb(248,192,64); }
td.TdClassName
{
border-color: #F8C040;
}
.TagClassName
{
border-color: #F8C040;
}
</style>