Shades of Supernova #FFAF31
Tints of Supernova #FFAF31
RGB
CMYK
RGB Variations
Color information
#FFAF31 (or 0xFFAF31) is known color: Supernova. HEX triplet: FF, AF and 31. RGB value is (255,175,49). Sum of RGB (Red+Green+Blue) = 255+175+49=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 49 (19.53% from 255 or 10.23% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF31 is #0050CE. Grayscale: #B9B9B9. Windows color (decimal): -20687 or 3256319. OLE color: 3256319.
HSL color Cylindrical-coordinate representation of color #FFAF31: hue angle of 36.7º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFAF31 is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 49 | - |
| CMYK | 0 | 0.31 | 0.81 | 0 |
| HSL | 36.7º | 1% | 0.6% | - |
| HSV(B) | 36.7º | 0.81% | 1% | - |
| XYZ | 57.12 | 52.14 | 9.96 | - |
| YUV | 184.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 49 | 0 | 0.31 | 0.81 | 0 | 36.7 | 1 | 0.6 |
| Hex | FF | AF | 31 | 0 | 1F | 51 | 0 | 25 | 64 | 3C |
| Octal | 377 | 257 | 61 | 0 | 37 | 121 | 0 | 45 | 144 | 74 |
| Binary | 11111111 | 10101111 | 110001 | 0 | 11111 | 1010001 | 0 | 100101 | 1100100 | 111100 |
Color Harmonies of #FFAF31
Complementary color
Monochromatic Colors of #FFAF31
Black with #FFAF31
Text Example
Text Example
White with #FFAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF31; }
p { color: rgb(255,175,49); }
H1.HeaderClassName
{
color: #FFAF31;
}
.AnyTagClassName
{
color: #FFAF31;
}
</style>
background-color css
<style>
a { background-color: #FFAF31; }
a { background-color: rgb(255,175,49); }
div.DivClassName
{
background-color: #FFAF31;
}
.BgClassName
{
background-color: #FFAF31;
}
</style>
border-color css
<style>
span { border-color: #FFAF31; }
span { border-color: rgb(255,175,49); }
td.TdClassName
{
border-color: #FFAF31;
}
.TagClassName
{
border-color: #FFAF31;
}
</style>