Shades of Supernova #F9AF37
Tints of Supernova #F9AF37
RGB
CMYK
RGB Variations
Color information
#F9AF37 (or 0xF9AF37) is known color: Supernova. HEX triplet: F9, AF and 37. RGB value is (249,175,55). Sum of RGB (Red+Green+Blue) = 249+175+55=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 55 (21.88% from 255 or 11.48% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF37 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF37 is #0650C8. Grayscale: #B8B8B8. Windows color (decimal): -413897 or 3649529. OLE color: 3649529.
HSL color Cylindrical-coordinate representation of color #F9AF37: hue angle of 37.11º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9AF37 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 55 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.02 |
| HSL | 37.11º | 0.94% | 0.6% | - |
| HSV(B) | 37.11º | 0.78% | 0.98% | - |
| XYZ | 55.09 | 51.08 | 10.57 | - |
| YUV | 183.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 55 | 0 | 0.30 | 0.78 | 0.02 | 37.11 | 0.94 | 0.6 |
| Hex | F9 | AF | 37 | 0 | 1E | 4E | 2 | 25 | 5E | 3C |
| Octal | 371 | 257 | 67 | 0 | 36 | 116 | 2 | 45 | 136 | 74 |
| Binary | 11111001 | 10101111 | 110111 | 0 | 11110 | 1001110 | 10 | 100101 | 1011110 | 111100 |
Color Harmonies of #F9AF37
Complementary color
Monochromatic Colors of #F9AF37
Black with #F9AF37
Text Example
Text Example
White with #F9AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF37; }
p { color: rgb(249,175,55); }
H1.HeaderClassName
{
color: #F9AF37;
}
.AnyTagClassName
{
color: #F9AF37;
}
</style>
background-color css
<style>
a { background-color: #F9AF37; }
a { background-color: rgb(249,175,55); }
div.DivClassName
{
background-color: #F9AF37;
}
.BgClassName
{
background-color: #F9AF37;
}
</style>
border-color css
<style>
span { border-color: #F9AF37; }
span { border-color: rgb(249,175,55); }
td.TdClassName
{
border-color: #F9AF37;
}
.TagClassName
{
border-color: #F9AF37;
}
</style>