Shades of Supernova #F1AF32
Tints of Supernova #F1AF32
RGB
CMYK
RGB Variations
Color information
#F1AF32 (or 0xF1AF32) is known color: Supernova. HEX triplet: F1, AF and 32. RGB value is (241,175,50). Sum of RGB (Red+Green+Blue) = 241+175+50=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF32 is #0E50CD. Grayscale: #B5B5B5. Windows color (decimal): -938190 or 3321841. OLE color: 3321841.
HSL color Cylindrical-coordinate representation of color #F1AF32: hue angle of 39.27º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F1AF32 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 50 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.05 |
| HSL | 39.27º | 0.87% | 0.57% | - |
| HSV(B) | 39.27º | 0.79% | 0.95% | - |
| XYZ | 52.18 | 49.59 | 9.84 | - |
| YUV | 180.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 50 | 0 | 0.27 | 0.79 | 0.05 | 39.27 | 0.87 | 0.57 |
| Hex | F1 | AF | 32 | 0 | 1B | 4F | 5 | 27 | 57 | 39 |
| Octal | 361 | 257 | 62 | 0 | 33 | 117 | 5 | 47 | 127 | 71 |
| Binary | 11110001 | 10101111 | 110010 | 0 | 11011 | 1001111 | 101 | 100111 | 1010111 | 111001 |
Color Harmonies of #F1AF32
Complementary color
Monochromatic Colors of #F1AF32
Black with #F1AF32
Text Example
Text Example
White with #F1AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF32; }
p { color: rgb(241,175,50); }
H1.HeaderClassName
{
color: #F1AF32;
}
.AnyTagClassName
{
color: #F1AF32;
}
</style>
background-color css
<style>
a { background-color: #F1AF32; }
a { background-color: rgb(241,175,50); }
div.DivClassName
{
background-color: #F1AF32;
}
.BgClassName
{
background-color: #F1AF32;
}
</style>
border-color css
<style>
span { border-color: #F1AF32; }
span { border-color: rgb(241,175,50); }
td.TdClassName
{
border-color: #F1AF32;
}
.TagClassName
{
border-color: #F1AF32;
}
</style>