Shades of Supernova #F5AF2E
Tints of Supernova #F5AF2E
RGB
CMYK
RGB Variations
Color information
#F5AF2E (or 0xF5AF2E) is known color: Supernova. HEX triplet: F5, AF and 2E. RGB value is (245,175,46). Sum of RGB (Red+Green+Blue) = 245+175+46=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF2E is #0A50D1. Grayscale: #B5B5B5. Windows color (decimal): -676050 or 3059701. OLE color: 3059701.
HSL color Cylindrical-coordinate representation of color #F5AF2E: hue angle of 38.89º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5AF2E is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 46 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.04 |
| HSL | 38.89º | 0.91% | 0.57% | - |
| HSV(B) | 38.89º | 0.81% | 0.96% | - |
| XYZ | 53.48 | 50.27 | 9.47 | - |
| YUV | 181.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 46 | 0 | 0.29 | 0.81 | 0.04 | 38.89 | 0.91 | 0.57 |
| Hex | F5 | AF | 2E | 0 | 1D | 51 | 4 | 27 | 5B | 39 |
| Octal | 365 | 257 | 56 | 0 | 35 | 121 | 4 | 47 | 133 | 71 |
| Binary | 11110101 | 10101111 | 101110 | 0 | 11101 | 1010001 | 100 | 100111 | 1011011 | 111001 |
Color Harmonies of #F5AF2E
Complementary color
Monochromatic Colors of #F5AF2E
Black with #F5AF2E
Text Example
Text Example
White with #F5AF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF2E; }
p { color: rgb(245,175,46); }
H1.HeaderClassName
{
color: #F5AF2E;
}
.AnyTagClassName
{
color: #F5AF2E;
}
</style>
background-color css
<style>
a { background-color: #F5AF2E; }
a { background-color: rgb(245,175,46); }
div.DivClassName
{
background-color: #F5AF2E;
}
.BgClassName
{
background-color: #F5AF2E;
}
</style>
border-color css
<style>
span { border-color: #F5AF2E; }
span { border-color: rgb(245,175,46); }
td.TdClassName
{
border-color: #F5AF2E;
}
.TagClassName
{
border-color: #F5AF2E;
}
</style>