Shades of Supernova #F8AF37
Tints of Supernova #F8AF37
RGB
CMYK
RGB Variations
Color information
#F8AF37 (or 0xF8AF37) is known color: Supernova. HEX triplet: F8, AF and 37. RGB value is (248,175,55). Sum of RGB (Red+Green+Blue) = 248+175+55=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF37 is #0750C8. Grayscale: #B7B7B7. Windows color (decimal): -479433 or 3649528. OLE color: 3649528.
HSL color Cylindrical-coordinate representation of color #F8AF37: hue angle of 37.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F8AF37 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 55 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.03 |
| HSL | 37.31º | 0.93% | 0.59% | - |
| HSV(B) | 37.31º | 0.78% | 0.97% | - |
| XYZ | 54.73 | 50.89 | 10.55 | - |
| YUV | 183.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 55 | 0 | 0.29 | 0.78 | 0.03 | 37.31 | 0.93 | 0.59 |
| Hex | F8 | AF | 37 | 0 | 1D | 4E | 3 | 25 | 5D | 3B |
| Octal | 370 | 257 | 67 | 0 | 35 | 116 | 3 | 45 | 135 | 73 |
| Binary | 11111000 | 10101111 | 110111 | 0 | 11101 | 1001110 | 11 | 100101 | 1011101 | 111011 |
Color Harmonies of #F8AF37
Complementary color
Monochromatic Colors of #F8AF37
Black with #F8AF37
Text Example
Text Example
White with #F8AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF37; }
p { color: rgb(248,175,55); }
H1.HeaderClassName
{
color: #F8AF37;
}
.AnyTagClassName
{
color: #F8AF37;
}
</style>
background-color css
<style>
a { background-color: #F8AF37; }
a { background-color: rgb(248,175,55); }
div.DivClassName
{
background-color: #F8AF37;
}
.BgClassName
{
background-color: #F8AF37;
}
</style>
border-color css
<style>
span { border-color: #F8AF37; }
span { border-color: rgb(248,175,55); }
td.TdClassName
{
border-color: #F8AF37;
}
.TagClassName
{
border-color: #F8AF37;
}
</style>