Shades of Supernova #FFAF32
Tints of Supernova #FFAF32
RGB
CMYK
RGB Variations
Color information
#FFAF32 (or 0xFFAF32) is known color: Supernova. HEX triplet: FF, AF and 32. RGB value is (255,175,50). Sum of RGB (Red+Green+Blue) = 255+175+50=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF32 is #0050CD. Grayscale: #B9B9B9. Windows color (decimal): -20686 or 3321855. OLE color: 3321855.
HSL color Cylindrical-coordinate representation of color #FFAF32: hue angle of 36.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FFAF32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0 |
| HSL | 36.59º | 1% | 0.6% | - |
| HSV(B) | 36.59º | 0.8% | 1% | - |
| XYZ | 57.15 | 52.15 | 10.07 | - |
| YUV | 184.67 | 52 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 50 | 0 | 0.31 | 0.80 | 0 | 36.59 | 1 | 0.6 |
| Hex | FF | AF | 32 | 0 | 1F | 50 | 0 | 25 | 64 | 3C |
| Octal | 377 | 257 | 62 | 0 | 37 | 120 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10101111 | 110010 | 0 | 11111 | 1010000 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFAF32
Complementary color
Monochromatic Colors of #FFAF32
Black with #FFAF32
Text Example
Text Example
White with #FFAF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF32; }
p { color: rgb(255,175,50); }
H1.HeaderClassName
{
color: #FFAF32;
}
.AnyTagClassName
{
color: #FFAF32;
}
</style>
background-color css
<style>
a { background-color: #FFAF32; }
a { background-color: rgb(255,175,50); }
div.DivClassName
{
background-color: #FFAF32;
}
.BgClassName
{
background-color: #FFAF32;
}
</style>
border-color css
<style>
span { border-color: #FFAF32; }
span { border-color: rgb(255,175,50); }
td.TdClassName
{
border-color: #FFAF32;
}
.TagClassName
{
border-color: #FFAF32;
}
</style>