Shades of Supernova #F8BC40
Tints of Supernova #F8BC40
RGB
CMYK
RGB Variations
Color information
#F8BC40 (or 0xF8BC40) is known color: Supernova. HEX triplet: F8, BC and 40. RGB value is (248,188,64). Sum of RGB (Red+Green+Blue) = 248+188+64=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC40 is #0743BF. Grayscale: #C0C0C0. Windows color (decimal): -476096 or 4242680. OLE color: 4242680.
HSL color Cylindrical-coordinate representation of color #F8BC40: hue angle of 40.43º 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 #F8BC40 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 64 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.03 |
| HSL | 40.43º | 0.93% | 0.61% | - |
| HSV(B) | 40.43º | 0.74% | 0.97% | - |
| XYZ | 57.62 | 56.29 | 12.68 | - |
| YUV | 191.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 64 | 0 | 0.24 | 0.74 | 0.03 | 40.43 | 0.93 | 0.61 |
| Hex | F8 | BC | 40 | 0 | 18 | 4A | 3 | 28 | 5D | 3D |
| Octal | 370 | 274 | 100 | 0 | 30 | 112 | 3 | 50 | 135 | 75 |
| Binary | 11111000 | 10111100 | 1000000 | 0 | 11000 | 1001010 | 11 | 101000 | 1011101 | 111101 |
Color Harmonies of #F8BC40
Complementary color
Monochromatic Colors of #F8BC40
Black with #F8BC40
Text Example
Text Example
White with #F8BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC40; }
p { color: rgb(248,188,64); }
H1.HeaderClassName
{
color: #F8BC40;
}
.AnyTagClassName
{
color: #F8BC40;
}
</style>
background-color css
<style>
a { background-color: #F8BC40; }
a { background-color: rgb(248,188,64); }
div.DivClassName
{
background-color: #F8BC40;
}
.BgClassName
{
background-color: #F8BC40;
}
</style>
border-color css
<style>
span { border-color: #F8BC40; }
span { border-color: rgb(248,188,64); }
td.TdClassName
{
border-color: #F8BC40;
}
.TagClassName
{
border-color: #F8BC40;
}
</style>