Shades of Supernova #FFAF2E
Tints of Supernova #FFAF2E
RGB
CMYK
RGB Variations
Color information
#FFAF2E (or 0xFFAF2E) is known color: Supernova. HEX triplet: FF, AF and 2E. RGB value is (255,175,46). Sum of RGB (Red+Green+Blue) = 255+175+46=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF2E is #0050D1. Grayscale: #B8B8B8. Windows color (decimal): -20690 or 3059711. OLE color: 3059711.
HSL color Cylindrical-coordinate representation of color #FFAF2E: hue angle of 37.03º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FFAF2E is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 46 | - |
| CMYK | 0 | 0.31 | 0.82 | 0 |
| HSL | 37.03º | 1% | 0.59% | - |
| HSV(B) | 37.03º | 0.82% | 1% | - |
| XYZ | 57.06 | 52.12 | 9.64 | - |
| YUV | 184.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 46 | 0 | 0.31 | 0.82 | 0 | 37.03 | 1 | 0.59 |
| Hex | FF | AF | 2E | 0 | 1F | 52 | 0 | 25 | 64 | 3B |
| Octal | 377 | 257 | 56 | 0 | 37 | 122 | 0 | 45 | 144 | 73 |
| Binary | 11111111 | 10101111 | 101110 | 0 | 11111 | 1010010 | 0 | 100101 | 1100100 | 111011 |
Color Harmonies of #FFAF2E
Complementary color
Monochromatic Colors of #FFAF2E
Black with #FFAF2E
Text Example
Text Example
White with #FFAF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF2E; }
p { color: rgb(255,175,46); }
H1.HeaderClassName
{
color: #FFAF2E;
}
.AnyTagClassName
{
color: #FFAF2E;
}
</style>
background-color css
<style>
a { background-color: #FFAF2E; }
a { background-color: rgb(255,175,46); }
div.DivClassName
{
background-color: #FFAF2E;
}
.BgClassName
{
background-color: #FFAF2E;
}
</style>
border-color css
<style>
span { border-color: #FFAF2E; }
span { border-color: rgb(255,175,46); }
td.TdClassName
{
border-color: #FFAF2E;
}
.TagClassName
{
border-color: #FFAF2E;
}
</style>