Shades of Supernova #FFAA34
Tints of Supernova #FFAA34
RGB
CMYK
RGB Variations
Color information
#FFAA34 (or 0xFFAA34) is known color: Supernova. HEX triplet: FF, AA and 34. RGB value is (255,170,52). Sum of RGB (Red+Green+Blue) = 255+170+52=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 52 (20.70% from 255 or 10.90% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA34 is #0055CB. Grayscale: #B6B6B6. Windows color (decimal): -21964 or 3451647. OLE color: 3451647.
HSL color Cylindrical-coordinate representation of color #FFAA34: hue angle of 34.88º 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 #FFAA34 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 52 | - |
| CMYK | 0 | 0.33 | 0.80 | 0 |
| HSL | 34.88º | 1% | 0.6% | - |
| HSV(B) | 34.88º | 0.8% | 1% | - |
| XYZ | 56.23 | 50.26 | 9.99 | - |
| YUV | 181.96 | 54.66 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 52 | 0 | 0.33 | 0.80 | 0 | 34.88 | 1 | 0.6 |
| Hex | FF | AA | 34 | 0 | 21 | 50 | 0 | 23 | 64 | 3C |
| Octal | 377 | 252 | 64 | 0 | 41 | 120 | 0 | 43 | 144 | 74 |
| Binary | 11111111 | 10101010 | 110100 | 0 | 100001 | 1010000 | 0 | 100011 | 1100100 | 111100 |
Color Harmonies of #FFAA34
Complementary color
Monochromatic Colors of #FFAA34
Black with #FFAA34
Text Example
Text Example
White with #FFAA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA34; }
p { color: rgb(255,170,52); }
H1.HeaderClassName
{
color: #FFAA34;
}
.AnyTagClassName
{
color: #FFAA34;
}
</style>
background-color css
<style>
a { background-color: #FFAA34; }
a { background-color: rgb(255,170,52); }
div.DivClassName
{
background-color: #FFAA34;
}
.BgClassName
{
background-color: #FFAA34;
}
</style>
border-color css
<style>
span { border-color: #FFAA34; }
span { border-color: rgb(255,170,52); }
td.TdClassName
{
border-color: #FFAA34;
}
.TagClassName
{
border-color: #FFAA34;
}
</style>