Shades of Supernova #F8BF42
Tints of Supernova #F8BF42
RGB
CMYK
RGB Variations
Color information
#F8BF42 (or 0xF8BF42) is known color: Supernova. HEX triplet: F8, BF and 42. RGB value is (248,191,66). Sum of RGB (Red+Green+Blue) = 248+191+66=505 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.11% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BF42 is #0740BD. Grayscale: #C2C2C2. Windows color (decimal): -475326 or 4374520. OLE color: 4374520.
HSL color Cylindrical-coordinate representation of color #F8BF42: hue angle of 41.21º 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 #F8BF42 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 66 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.03 |
| HSL | 41.21º | 0.93% | 0.62% | - |
| HSV(B) | 41.21º | 0.73% | 0.97% | - |
| XYZ | 58.33 | 57.61 | 13.2 | - |
| YUV | 193.79 | 55.88 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 66 | 0 | 0.23 | 0.73 | 0.03 | 41.21 | 0.93 | 0.62 |
| Hex | F8 | BF | 42 | 0 | 17 | 49 | 3 | 29 | 5D | 3E |
| Octal | 370 | 277 | 102 | 0 | 27 | 111 | 3 | 51 | 135 | 76 |
| Binary | 11111000 | 10111111 | 1000010 | 0 | 10111 | 1001001 | 11 | 101001 | 1011101 | 111110 |
Color Harmonies of #F8BF42
Complementary color
Monochromatic Colors of #F8BF42
Black with #F8BF42
Text Example
Text Example
White with #F8BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BF42; }
p { color: rgb(248,191,66); }
H1.HeaderClassName
{
color: #F8BF42;
}
.AnyTagClassName
{
color: #F8BF42;
}
</style>
background-color css
<style>
a { background-color: #F8BF42; }
a { background-color: rgb(248,191,66); }
div.DivClassName
{
background-color: #F8BF42;
}
.BgClassName
{
background-color: #F8BF42;
}
</style>
border-color css
<style>
span { border-color: #F8BF42; }
span { border-color: rgb(248,191,66); }
td.TdClassName
{
border-color: #F8BF42;
}
.TagClassName
{
border-color: #F8BF42;
}
</style>