Shades of Supernova #F8BC41
Tints of Supernova #F8BC41
RGB
CMYK
RGB Variations
Color information
#F8BC41 (or 0xF8BC41) is known color: Supernova. HEX triplet: F8, BC and 41. RGB value is (248,188,65). Sum of RGB (Red+Green+Blue) = 248+188+65=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 65 (25.78% from 255 or 12.97% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC41 is #0743BE. Grayscale: #C0C0C0. Windows color (decimal): -476095 or 4308216. OLE color: 4308216.
HSL color Cylindrical-coordinate representation of color #F8BC41: hue angle of 40.33º 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 #F8BC41 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 188 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.03 |
| HSL | 40.33º | 0.93% | 0.61% | - |
| HSV(B) | 40.33º | 0.74% | 0.97% | - |
| XYZ | 57.65 | 56.3 | 12.83 | - |
| YUV | 191.92 | 56.38 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 188 | 65 | 0 | 0.24 | 0.74 | 0.03 | 40.33 | 0.93 | 0.61 |
| Hex | F8 | BC | 41 | 0 | 18 | 4A | 3 | 28 | 5D | 3D |
| Octal | 370 | 274 | 101 | 0 | 30 | 112 | 3 | 50 | 135 | 75 |
| Binary | 11111000 | 10111100 | 1000001 | 0 | 11000 | 1001010 | 11 | 101000 | 1011101 | 111101 |
Color Harmonies of #F8BC41
Complementary color
Monochromatic Colors of #F8BC41
Black with #F8BC41
Text Example
Text Example
White with #F8BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BC41; }
p { color: rgb(248,188,65); }
H1.HeaderClassName
{
color: #F8BC41;
}
.AnyTagClassName
{
color: #F8BC41;
}
</style>
background-color css
<style>
a { background-color: #F8BC41; }
a { background-color: rgb(248,188,65); }
div.DivClassName
{
background-color: #F8BC41;
}
.BgClassName
{
background-color: #F8BC41;
}
</style>
border-color css
<style>
span { border-color: #F8BC41; }
span { border-color: rgb(248,188,65); }
td.TdClassName
{
border-color: #F8BC41;
}
.TagClassName
{
border-color: #F8BC41;
}
</style>