Shades of Supernova #F2AF31
Tints of Supernova #F2AF31
RGB
CMYK
RGB Variations
Color information
#F2AF31 (or 0xF2AF31) is known color: Supernova. HEX triplet: F2, AF and 31. RGB value is (242,175,49). Sum of RGB (Red+Green+Blue) = 242+175+49=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AF31 is #0D50CE. Grayscale: #B5B5B5. Windows color (decimal): -872655 or 3256306. OLE color: 3256306.
HSL color Cylindrical-coordinate representation of color #F2AF31: hue angle of 39.17º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F2AF31 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 49 | - |
| CMYK | 0 | 0.28 | 0.80 | 0.05 |
| HSL | 39.17º | 0.88% | 0.57% | - |
| HSV(B) | 39.17º | 0.8% | 0.95% | - |
| XYZ | 52.5 | 49.76 | 9.74 | - |
| YUV | 180.67 | 53.7 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 49 | 0 | 0.28 | 0.80 | 0.05 | 39.17 | 0.88 | 0.57 |
| Hex | F2 | AF | 31 | 0 | 1C | 50 | 5 | 27 | 58 | 39 |
| Octal | 362 | 257 | 61 | 0 | 34 | 120 | 5 | 47 | 130 | 71 |
| Binary | 11110010 | 10101111 | 110001 | 0 | 11100 | 1010000 | 101 | 100111 | 1011000 | 111001 |
Color Harmonies of #F2AF31
Complementary color
Monochromatic Colors of #F2AF31
Black with #F2AF31
Text Example
Text Example
White with #F2AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF31; }
p { color: rgb(242,175,49); }
H1.HeaderClassName
{
color: #F2AF31;
}
.AnyTagClassName
{
color: #F2AF31;
}
</style>
background-color css
<style>
a { background-color: #F2AF31; }
a { background-color: rgb(242,175,49); }
div.DivClassName
{
background-color: #F2AF31;
}
.BgClassName
{
background-color: #F2AF31;
}
</style>
border-color css
<style>
span { border-color: #F2AF31; }
span { border-color: rgb(242,175,49); }
td.TdClassName
{
border-color: #F2AF31;
}
.TagClassName
{
border-color: #F2AF31;
}
</style>