Shades of Supernova #F8AF2E
Tints of Supernova #F8AF2E
RGB
CMYK
RGB Variations
Color information
#F8AF2E (or 0xF8AF2E) is known color: Supernova. HEX triplet: F8, AF and 2E. RGB value is (248,175,46). Sum of RGB (Red+Green+Blue) = 248+175+46=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF2E is #0750D1. Grayscale: #B6B6B6. Windows color (decimal): -479442 or 3059704. OLE color: 3059704.
HSL color Cylindrical-coordinate representation of color #F8AF2E: hue angle of 38.32º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8AF2E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 46 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.03 |
| HSL | 38.32º | 0.94% | 0.58% | - |
| HSV(B) | 38.32º | 0.81% | 0.97% | - |
| XYZ | 54.53 | 50.81 | 9.52 | - |
| YUV | 182.12 | 51.18 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 46 | 0 | 0.29 | 0.81 | 0.03 | 38.32 | 0.94 | 0.58 |
| Hex | F8 | AF | 2E | 0 | 1D | 51 | 3 | 26 | 5E | 3A |
| Octal | 370 | 257 | 56 | 0 | 35 | 121 | 3 | 46 | 136 | 72 |
| Binary | 11111000 | 10101111 | 101110 | 0 | 11101 | 1010001 | 11 | 100110 | 1011110 | 111010 |
Color Harmonies of #F8AF2E
Complementary color
Monochromatic Colors of #F8AF2E
Black with #F8AF2E
Text Example
Text Example
White with #F8AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF2E; }
p { color: rgb(248,175,46); }
H1.HeaderClassName
{
color: #F8AF2E;
}
.AnyTagClassName
{
color: #F8AF2E;
}
</style>
background-color css
<style>
a { background-color: #F8AF2E; }
a { background-color: rgb(248,175,46); }
div.DivClassName
{
background-color: #F8AF2E;
}
.BgClassName
{
background-color: #F8AF2E;
}
</style>
border-color css
<style>
span { border-color: #F8AF2E; }
span { border-color: rgb(248,175,46); }
td.TdClassName
{
border-color: #F8AF2E;
}
.TagClassName
{
border-color: #F8AF2E;
}
</style>