Shades of Supernova #F8BA40
Tints of Supernova #F8BA40
RGB
CMYK
RGB Variations
Color information
#F8BA40 (or 0xF8BA40) is known color: Supernova. HEX triplet: F8, BA and 40. RGB value is (248,186,64). Sum of RGB (Red+Green+Blue) = 248+186+64=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA40 is #0745BF. Grayscale: #BFBFBF. Windows color (decimal): -476608 or 4242168. OLE color: 4242168.
HSL color Cylindrical-coordinate representation of color #F8BA40: hue angle of 39.78º 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 #F8BA40 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 64 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.03 |
| HSL | 39.78º | 0.93% | 0.61% | - |
| HSV(B) | 39.78º | 0.74% | 0.97% | - |
| XYZ | 57.2 | 55.44 | 12.54 | - |
| YUV | 190.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 64 | 0 | 0.25 | 0.74 | 0.03 | 39.78 | 0.93 | 0.61 |
| Hex | F8 | BA | 40 | 0 | 19 | 4A | 3 | 28 | 5D | 3D |
| Octal | 370 | 272 | 100 | 0 | 31 | 112 | 3 | 50 | 135 | 75 |
| Binary | 11111000 | 10111010 | 1000000 | 0 | 11001 | 1001010 | 11 | 101000 | 1011101 | 111101 |
Color Harmonies of #F8BA40
Complementary color
Monochromatic Colors of #F8BA40
Black with #F8BA40
Text Example
Text Example
White with #F8BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA40; }
p { color: rgb(248,186,64); }
H1.HeaderClassName
{
color: #F8BA40;
}
.AnyTagClassName
{
color: #F8BA40;
}
</style>
background-color css
<style>
a { background-color: #F8BA40; }
a { background-color: rgb(248,186,64); }
div.DivClassName
{
background-color: #F8BA40;
}
.BgClassName
{
background-color: #F8BA40;
}
</style>
border-color css
<style>
span { border-color: #F8BA40; }
span { border-color: rgb(248,186,64); }
td.TdClassName
{
border-color: #F8BA40;
}
.TagClassName
{
border-color: #F8BA40;
}
</style>