Shades of Supernova #F9AF32
Tints of Supernova #F9AF32
RGB
CMYK
RGB Variations
Color information
#F9AF32 (or 0xF9AF32) is known color: Supernova. HEX triplet: F9, AF and 32. RGB value is (249,175,50). Sum of RGB (Red+Green+Blue) = 249+175+50=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AF32 is #0650CD. Grayscale: #B7B7B7. Windows color (decimal): -413902 or 3321849. OLE color: 3321849.
HSL color Cylindrical-coordinate representation of color #F9AF32: hue angle of 37.69º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F9AF32 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 175 | 50 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.02 |
| HSL | 37.69º | 0.94% | 0.59% | - |
| HSV(B) | 37.69º | 0.8% | 0.98% | - |
| XYZ | 54.97 | 51.03 | 9.97 | - |
| YUV | 182.88 | 53.02 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 175 | 50 | 0 | 0.30 | 0.80 | 0.02 | 37.69 | 0.94 | 0.59 |
| Hex | F9 | AF | 32 | 0 | 1E | 50 | 2 | 26 | 5E | 3B |
| Octal | 371 | 257 | 62 | 0 | 36 | 120 | 2 | 46 | 136 | 73 |
| Binary | 11111001 | 10101111 | 110010 | 0 | 11110 | 1010000 | 10 | 100110 | 1011110 | 111011 |
Color Harmonies of #F9AF32
Complementary color
Monochromatic Colors of #F9AF32
Black with #F9AF32
Text Example
Text Example
White with #F9AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AF32; }
p { color: rgb(249,175,50); }
H1.HeaderClassName
{
color: #F9AF32;
}
.AnyTagClassName
{
color: #F9AF32;
}
</style>
background-color css
<style>
a { background-color: #F9AF32; }
a { background-color: rgb(249,175,50); }
div.DivClassName
{
background-color: #F9AF32;
}
.BgClassName
{
background-color: #F9AF32;
}
</style>
border-color css
<style>
span { border-color: #F9AF32; }
span { border-color: rgb(249,175,50); }
td.TdClassName
{
border-color: #F9AF32;
}
.TagClassName
{
border-color: #F9AF32;
}
</style>