Shades of Supernova #F2AF37
Tints of Supernova #F2AF37
RGB
CMYK
RGB Variations
Color information
#F2AF37 (or 0xF2AF37) is known color: Supernova. HEX triplet: F2, AF and 37. RGB value is (242,175,55). Sum of RGB (Red+Green+Blue) = 242+175+55=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF37 is #0D50C8. Grayscale: #B5B5B5. Windows color (decimal): -872649 or 3649522. OLE color: 3649522.
HSL color Cylindrical-coordinate representation of color #F2AF37: hue angle of 38.5º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F2AF37 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 55 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.05 |
| HSL | 38.5º | 0.88% | 0.58% | - |
| HSV(B) | 38.5º | 0.77% | 0.95% | - |
| XYZ | 52.64 | 49.81 | 10.46 | - |
| YUV | 181.35 | 56.7 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 55 | 0 | 0.28 | 0.77 | 0.05 | 38.5 | 0.88 | 0.58 |
| Hex | F2 | AF | 37 | 0 | 1C | 4D | 5 | 27 | 58 | 3A |
| Octal | 362 | 257 | 67 | 0 | 34 | 115 | 5 | 47 | 130 | 72 |
| Binary | 11110010 | 10101111 | 110111 | 0 | 11100 | 1001101 | 101 | 100111 | 1011000 | 111010 |
Color Harmonies of #F2AF37
Complementary color
Monochromatic Colors of #F2AF37
Black with #F2AF37
Text Example
Text Example
White with #F2AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF37; }
p { color: rgb(242,175,55); }
H1.HeaderClassName
{
color: #F2AF37;
}
.AnyTagClassName
{
color: #F2AF37;
}
</style>
background-color css
<style>
a { background-color: #F2AF37; }
a { background-color: rgb(242,175,55); }
div.DivClassName
{
background-color: #F2AF37;
}
.BgClassName
{
background-color: #F2AF37;
}
</style>
border-color css
<style>
span { border-color: #F2AF37; }
span { border-color: rgb(242,175,55); }
td.TdClassName
{
border-color: #F2AF37;
}
.TagClassName
{
border-color: #F2AF37;
}
</style>