Shades of Supernova #FFAC2A
Tints of Supernova #FFAC2A
RGB
CMYK
RGB Variations
Color information
#FFAC2A (or 0xFFAC2A) is known color: Supernova. HEX triplet: FF, AC and 2A. RGB value is (255,172,42). Sum of RGB (Red+Green+Blue) = 255+172+42=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 42 (16.80% from 255 or 8.96% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC2A is #0053D5. Grayscale: #B6B6B6. Windows color (decimal): -21462 or 2796799. OLE color: 2796799.
HSL color Cylindrical-coordinate representation of color #FFAC2A: hue angle of 36.62º 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 #FFAC2A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 42 | - |
| CMYK | 0 | 0.33 | 0.84 | 0 |
| HSL | 36.62º | 1% | 0.58% | - |
| HSV(B) | 36.62º | 0.84% | 1% | - |
| XYZ | 56.41 | 50.93 | 9.05 | - |
| YUV | 182 | 49 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 42 | 0 | 0.33 | 0.84 | 0 | 36.62 | 1 | 0.58 |
| Hex | FF | AC | 2A | 0 | 21 | 54 | 0 | 25 | 64 | 3A |
| Octal | 377 | 254 | 52 | 0 | 41 | 124 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101100 | 101010 | 0 | 100001 | 1010100 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAC2A
Complementary color
Monochromatic Colors of #FFAC2A
Black with #FFAC2A
Text Example
Text Example
White with #FFAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC2A; }
p { color: rgb(255,172,42); }
H1.HeaderClassName
{
color: #FFAC2A;
}
.AnyTagClassName
{
color: #FFAC2A;
}
</style>
background-color css
<style>
a { background-color: #FFAC2A; }
a { background-color: rgb(255,172,42); }
div.DivClassName
{
background-color: #FFAC2A;
}
.BgClassName
{
background-color: #FFAC2A;
}
</style>
border-color css
<style>
span { border-color: #FFAC2A; }
span { border-color: rgb(255,172,42); }
td.TdClassName
{
border-color: #FFAC2A;
}
.TagClassName
{
border-color: #FFAC2A;
}
</style>