Shades of Supernova #FFAC36
Tints of Supernova #FFAC36
RGB
CMYK
RGB Variations
Color information
#FFAC36 (or 0xFFAC36) is known color: Supernova. HEX triplet: FF, AC and 36. RGB value is (255,172,54). Sum of RGB (Red+Green+Blue) = 255+172+54=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC36 is #0053C9. Grayscale: #B7B7B7. Windows color (decimal): -21450 or 3583231. OLE color: 3583231.
HSL color Cylindrical-coordinate representation of color #FFAC36: hue angle of 35.22º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FFAC36 is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 54 | - |
| CMYK | 0 | 0.33 | 0.79 | 0 |
| HSL | 35.22º | 1% | 0.61% | - |
| HSV(B) | 35.22º | 0.79% | 1% | - |
| XYZ | 56.66 | 51.03 | 10.35 | - |
| YUV | 183.37 | 55 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 54 | 0 | 0.33 | 0.79 | 0 | 35.22 | 1 | 0.61 |
| Hex | FF | AC | 36 | 0 | 21 | 4F | 0 | 23 | 64 | 3D |
| Octal | 377 | 254 | 66 | 0 | 41 | 117 | 0 | 43 | 144 | 75 |
| Binary | 11111111 | 10101100 | 110110 | 0 | 100001 | 1001111 | 0 | 100011 | 1100100 | 111101 |
Color Harmonies of #FFAC36
Complementary color
Monochromatic Colors of #FFAC36
Black with #FFAC36
Text Example
Text Example
White with #FFAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC36; }
p { color: rgb(255,172,54); }
H1.HeaderClassName
{
color: #FFAC36;
}
.AnyTagClassName
{
color: #FFAC36;
}
</style>
background-color css
<style>
a { background-color: #FFAC36; }
a { background-color: rgb(255,172,54); }
div.DivClassName
{
background-color: #FFAC36;
}
.BgClassName
{
background-color: #FFAC36;
}
</style>
border-color css
<style>
span { border-color: #FFAC36; }
span { border-color: rgb(255,172,54); }
td.TdClassName
{
border-color: #FFAC36;
}
.TagClassName
{
border-color: #FFAC36;
}
</style>