Shades of Supernova #F8BA3E
Tints of Supernova #F8BA3E
RGB
CMYK
RGB Variations
Color information
#F8BA3E (or 0xF8BA3E) is known color: Supernova. HEX triplet: F8, BA and 3E. RGB value is (248,186,62). Sum of RGB (Red+Green+Blue) = 248+186+62=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 62 (24.61% from 255 or 12.5% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BA3E is #0745C1. Grayscale: #BEBEBE. Windows color (decimal): -476610 or 4111096. OLE color: 4111096.
HSL color Cylindrical-coordinate representation of color #F8BA3E: hue angle of 40º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8BA3E is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 186 | 62 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.03 |
| HSL | 40º | 0.93% | 0.61% | - |
| HSV(B) | 40º | 0.75% | 0.97% | - |
| XYZ | 57.14 | 55.42 | 12.24 | - |
| YUV | 190.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 186 | 62 | 0 | 0.25 | 0.75 | 0.03 | 40 | 0.93 | 0.61 |
| Hex | F8 | BA | 3E | 0 | 19 | 4B | 3 | 28 | 5D | 3D |
| Octal | 370 | 272 | 76 | 0 | 31 | 113 | 3 | 50 | 135 | 75 |
| Binary | 11111000 | 10111010 | 111110 | 0 | 11001 | 1001011 | 11 | 101000 | 1011101 | 111101 |
Color Harmonies of #F8BA3E
Complementary color
Monochromatic Colors of #F8BA3E
Black with #F8BA3E
Text Example
Text Example
White with #F8BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BA3E; }
p { color: rgb(248,186,62); }
H1.HeaderClassName
{
color: #F8BA3E;
}
.AnyTagClassName
{
color: #F8BA3E;
}
</style>
background-color css
<style>
a { background-color: #F8BA3E; }
a { background-color: rgb(248,186,62); }
div.DivClassName
{
background-color: #F8BA3E;
}
.BgClassName
{
background-color: #F8BA3E;
}
</style>
border-color css
<style>
span { border-color: #F8BA3E; }
span { border-color: rgb(248,186,62); }
td.TdClassName
{
border-color: #F8BA3E;
}
.TagClassName
{
border-color: #F8BA3E;
}
</style>