Shades of Supernova #F8BD42
Tints of Supernova #F8BD42
RGB
CMYK
RGB Variations
Color information
#F8BD42 (or 0xF8BD42) is known color: Supernova. HEX triplet: F8, BD and 42. RGB value is (248,189,66). Sum of RGB (Red+Green+Blue) = 248+189+66=503 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.30% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BD42 is #0742BD. Grayscale: #C1C1C1. Windows color (decimal): -475838 or 4374008. OLE color: 4374008.
HSL color Cylindrical-coordinate representation of color #F8BD42: hue angle of 40.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F8BD42 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 189 | 66 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.03 |
| HSL | 40.55º | 0.93% | 0.62% | - |
| HSV(B) | 40.55º | 0.73% | 0.97% | - |
| XYZ | 57.89 | 56.75 | 13.06 | - |
| YUV | 192.62 | 56.55 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 189 | 66 | 0 | 0.24 | 0.73 | 0.03 | 40.55 | 0.93 | 0.62 |
| Hex | F8 | BD | 42 | 0 | 18 | 49 | 3 | 29 | 5D | 3E |
| Octal | 370 | 275 | 102 | 0 | 30 | 111 | 3 | 51 | 135 | 76 |
| Binary | 11111000 | 10111101 | 1000010 | 0 | 11000 | 1001001 | 11 | 101001 | 1011101 | 111110 |
Color Harmonies of #F8BD42
Complementary color
Monochromatic Colors of #F8BD42
Black with #F8BD42
Text Example
Text Example
White with #F8BD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BD42; }
p { color: rgb(248,189,66); }
H1.HeaderClassName
{
color: #F8BD42;
}
.AnyTagClassName
{
color: #F8BD42;
}
</style>
background-color css
<style>
a { background-color: #F8BD42; }
a { background-color: rgb(248,189,66); }
div.DivClassName
{
background-color: #F8BD42;
}
.BgClassName
{
background-color: #F8BD42;
}
</style>
border-color css
<style>
span { border-color: #F8BD42; }
span { border-color: rgb(248,189,66); }
td.TdClassName
{
border-color: #F8BD42;
}
.TagClassName
{
border-color: #F8BD42;
}
</style>