Shades of Supernova #F8C041
Tints of Supernova #F8C041
RGB
CMYK
RGB Variations
Color information
#F8C041 (or 0xF8C041) is known color: Supernova. HEX triplet: F8, C0 and 41. RGB value is (248,192,65). Sum of RGB (Red+Green+Blue) = 248+192+65=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 65 (25.78% from 255 or 12.87% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8C041 is #073FBE. Grayscale: #C2C2C2. Windows color (decimal): -475071 or 4309240. OLE color: 4309240.
HSL color Cylindrical-coordinate representation of color #F8C041: hue angle of 41.64º 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 #F8C041 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 192 | 65 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.03 |
| HSL | 41.64º | 0.93% | 0.61% | - |
| HSV(B) | 41.64º | 0.74% | 0.97% | - |
| XYZ | 58.52 | 58.04 | 13.12 | - |
| YUV | 194.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 192 | 65 | 0 | 0.23 | 0.74 | 0.03 | 41.64 | 0.93 | 0.61 |
| Hex | F8 | C0 | 41 | 0 | 17 | 4A | 3 | 2A | 5D | 3D |
| Octal | 370 | 300 | 101 | 0 | 27 | 112 | 3 | 52 | 135 | 75 |
| Binary | 11111000 | 11000000 | 1000001 | 0 | 10111 | 1001010 | 11 | 101010 | 1011101 | 111101 |
Color Harmonies of #F8C041
Complementary color
Monochromatic Colors of #F8C041
Black with #F8C041
Text Example
Text Example
White with #F8C041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C041; }
p { color: rgb(248,192,65); }
H1.HeaderClassName
{
color: #F8C041;
}
.AnyTagClassName
{
color: #F8C041;
}
</style>
background-color css
<style>
a { background-color: #F8C041; }
a { background-color: rgb(248,192,65); }
div.DivClassName
{
background-color: #F8C041;
}
.BgClassName
{
background-color: #F8C041;
}
</style>
border-color css
<style>
span { border-color: #F8C041; }
span { border-color: rgb(248,192,65); }
td.TdClassName
{
border-color: #F8C041;
}
.TagClassName
{
border-color: #F8C041;
}
</style>