Shades of Supernova #F8AF2A
Tints of Supernova #F8AF2A
RGB
CMYK
RGB Variations
Color information
#F8AF2A (or 0xF8AF2A) is known color: Supernova. HEX triplet: F8, AF and 2A. RGB value is (248,175,42). Sum of RGB (Red+Green+Blue) = 248+175+42=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AF2A is #0750D5. Grayscale: #B6B6B6. Windows color (decimal): -479446 or 2797560. OLE color: 2797560.
HSL color Cylindrical-coordinate representation of color #F8AF2A: hue angle of 38.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F8AF2A is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 42 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.03 |
| HSL | 38.74º | 0.94% | 0.57% | - |
| HSV(B) | 38.74º | 0.83% | 0.97% | - |
| XYZ | 54.46 | 50.78 | 9.12 | - |
| YUV | 181.67 | 49.18 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 42 | 0 | 0.29 | 0.83 | 0.03 | 38.74 | 0.94 | 0.57 |
| Hex | F8 | AF | 2A | 0 | 1D | 53 | 3 | 27 | 5E | 39 |
| Octal | 370 | 257 | 52 | 0 | 35 | 123 | 3 | 47 | 136 | 71 |
| Binary | 11111000 | 10101111 | 101010 | 0 | 11101 | 1010011 | 11 | 100111 | 1011110 | 111001 |
Color Harmonies of #F8AF2A
Complementary color
Monochromatic Colors of #F8AF2A
Black with #F8AF2A
Text Example
Text Example
White with #F8AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF2A; }
p { color: rgb(248,175,42); }
H1.HeaderClassName
{
color: #F8AF2A;
}
.AnyTagClassName
{
color: #F8AF2A;
}
</style>
background-color css
<style>
a { background-color: #F8AF2A; }
a { background-color: rgb(248,175,42); }
div.DivClassName
{
background-color: #F8AF2A;
}
.BgClassName
{
background-color: #F8AF2A;
}
</style>
border-color css
<style>
span { border-color: #F8AF2A; }
span { border-color: rgb(248,175,42); }
td.TdClassName
{
border-color: #F8AF2A;
}
.TagClassName
{
border-color: #F8AF2A;
}
</style>