Shades of Supernova #F5AF2C
Tints of Supernova #F5AF2C
RGB
CMYK
RGB Variations
Color information
#F5AF2C (or 0xF5AF2C) is known color: Supernova. HEX triplet: F5, AF and 2C. RGB value is (245,175,44). Sum of RGB (Red+Green+Blue) = 245+175+44=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 44 (17.58% from 255 or 9.48% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF2C is #0A50D3. Grayscale: #B5B5B5. Windows color (decimal): -676052 or 2928629. OLE color: 2928629.
HSL color Cylindrical-coordinate representation of color #F5AF2C: hue angle of 39.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5AF2C is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 44 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.04 |
| HSL | 39.1º | 0.91% | 0.57% | - |
| HSV(B) | 39.1º | 0.82% | 0.96% | - |
| XYZ | 53.44 | 50.25 | 9.27 | - |
| YUV | 181 | 50.69 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 44 | 0 | 0.29 | 0.82 | 0.04 | 39.1 | 0.91 | 0.57 |
| Hex | F5 | AF | 2C | 0 | 1D | 52 | 4 | 27 | 5B | 39 |
| Octal | 365 | 257 | 54 | 0 | 35 | 122 | 4 | 47 | 133 | 71 |
| Binary | 11110101 | 10101111 | 101100 | 0 | 11101 | 1010010 | 100 | 100111 | 1011011 | 111001 |
Color Harmonies of #F5AF2C
Complementary color
Monochromatic Colors of #F5AF2C
Black with #F5AF2C
Text Example
Text Example
White with #F5AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF2C; }
p { color: rgb(245,175,44); }
H1.HeaderClassName
{
color: #F5AF2C;
}
.AnyTagClassName
{
color: #F5AF2C;
}
</style>
background-color css
<style>
a { background-color: #F5AF2C; }
a { background-color: rgb(245,175,44); }
div.DivClassName
{
background-color: #F5AF2C;
}
.BgClassName
{
background-color: #F5AF2C;
}
</style>
border-color css
<style>
span { border-color: #F5AF2C; }
span { border-color: rgb(245,175,44); }
td.TdClassName
{
border-color: #F5AF2C;
}
.TagClassName
{
border-color: #F5AF2C;
}
</style>