Shades of Supernova #F5AF34
Tints of Supernova #F5AF34
RGB
CMYK
RGB Variations
Color information
#F5AF34 (or 0xF5AF34) is known color: Supernova. HEX triplet: F5, AF and 34. RGB value is (245,175,52). Sum of RGB (Red+Green+Blue) = 245+175+52=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AF34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AF34 is #0A50CB. Grayscale: #B6B6B6. Windows color (decimal): -676044 or 3452917. OLE color: 3452917.
HSL color Cylindrical-coordinate representation of color #F5AF34: hue angle of 38.24º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5AF34 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 175 | 52 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.04 |
| HSL | 38.24º | 0.91% | 0.58% | - |
| HSV(B) | 38.24º | 0.79% | 0.96% | - |
| XYZ | 53.61 | 50.32 | 10.14 | - |
| YUV | 181.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 175 | 52 | 0 | 0.29 | 0.79 | 0.04 | 38.24 | 0.91 | 0.58 |
| Hex | F5 | AF | 34 | 0 | 1D | 4F | 4 | 26 | 5B | 3A |
| Octal | 365 | 257 | 64 | 0 | 35 | 117 | 4 | 46 | 133 | 72 |
| Binary | 11110101 | 10101111 | 110100 | 0 | 11101 | 1001111 | 100 | 100110 | 1011011 | 111010 |
Color Harmonies of #F5AF34
Complementary color
Monochromatic Colors of #F5AF34
Black with #F5AF34
Text Example
Text Example
White with #F5AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AF34; }
p { color: rgb(245,175,52); }
H1.HeaderClassName
{
color: #F5AF34;
}
.AnyTagClassName
{
color: #F5AF34;
}
</style>
background-color css
<style>
a { background-color: #F5AF34; }
a { background-color: rgb(245,175,52); }
div.DivClassName
{
background-color: #F5AF34;
}
.BgClassName
{
background-color: #F5AF34;
}
</style>
border-color css
<style>
span { border-color: #F5AF34; }
span { border-color: rgb(245,175,52); }
td.TdClassName
{
border-color: #F5AF34;
}
.TagClassName
{
border-color: #F5AF34;
}
</style>