Shades of Supernova #FFAF2A
Tints of Supernova #FFAF2A
RGB
CMYK
RGB Variations
Color information
#FFAF2A (or 0xFFAF2A) is known color: Supernova. HEX triplet: FF, AF and 2A. RGB value is (255,175,42). Sum of RGB (Red+Green+Blue) = 255+175+42=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 42 (16.80% from 255 or 8.90% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF2A is #0050D5. Grayscale: #B8B8B8. Windows color (decimal): -20694 or 2797567. OLE color: 2797567.
HSL color Cylindrical-coordinate representation of color #FFAF2A: hue angle of 37.46º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFAF2A is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 42 | - |
| CMYK | 0 | 0.31 | 0.84 | 0 |
| HSL | 37.46º | 1% | 0.58% | - |
| HSV(B) | 37.46º | 0.84% | 1% | - |
| XYZ | 56.99 | 52.09 | 9.24 | - |
| YUV | 183.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 42 | 0 | 0.31 | 0.84 | 0 | 37.46 | 1 | 0.58 |
| Hex | FF | AF | 2A | 0 | 1F | 54 | 0 | 25 | 64 | 3A |
| Octal | 377 | 257 | 52 | 0 | 37 | 124 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101111 | 101010 | 0 | 11111 | 1010100 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAF2A
Complementary color
Monochromatic Colors of #FFAF2A
Black with #FFAF2A
Text Example
Text Example
White with #FFAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF2A; }
p { color: rgb(255,175,42); }
H1.HeaderClassName
{
color: #FFAF2A;
}
.AnyTagClassName
{
color: #FFAF2A;
}
</style>
background-color css
<style>
a { background-color: #FFAF2A; }
a { background-color: rgb(255,175,42); }
div.DivClassName
{
background-color: #FFAF2A;
}
.BgClassName
{
background-color: #FFAF2A;
}
</style>
border-color css
<style>
span { border-color: #FFAF2A; }
span { border-color: rgb(255,175,42); }
td.TdClassName
{
border-color: #FFAF2A;
}
.TagClassName
{
border-color: #FFAF2A;
}
</style>