Shades of Supernova #FFAC30
Tints of Supernova #FFAC30
RGB
CMYK
RGB Variations
Color information
#FFAC30 (or 0xFFAC30) is known color: Supernova. HEX triplet: FF, AC and 30. RGB value is (255,172,48). Sum of RGB (Red+Green+Blue) = 255+172+48=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC30 is #0053CF. Grayscale: #B7B7B7. Windows color (decimal): -21456 or 3190015. OLE color: 3190015.
HSL color Cylindrical-coordinate representation of color #FFAC30: hue angle of 35.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFAC30 is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 48 | - |
| CMYK | 0 | 0.33 | 0.81 | 0 |
| HSL | 35.94º | 1% | 0.59% | - |
| HSV(B) | 35.94º | 0.81% | 1% | - |
| XYZ | 56.53 | 50.98 | 9.66 | - |
| YUV | 182.68 | 52 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 48 | 0 | 0.33 | 0.81 | 0 | 35.94 | 1 | 0.59 |
| Hex | FF | AC | 30 | 0 | 21 | 51 | 0 | 24 | 64 | 3B |
| Octal | 377 | 254 | 60 | 0 | 41 | 121 | 0 | 44 | 144 | 73 |
| Binary | 11111111 | 10101100 | 110000 | 0 | 100001 | 1010001 | 0 | 100100 | 1100100 | 111011 |
Color Harmonies of #FFAC30
Complementary color
Monochromatic Colors of #FFAC30
Black with #FFAC30
Text Example
Text Example
White with #FFAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC30; }
p { color: rgb(255,172,48); }
H1.HeaderClassName
{
color: #FFAC30;
}
.AnyTagClassName
{
color: #FFAC30;
}
</style>
background-color css
<style>
a { background-color: #FFAC30; }
a { background-color: rgb(255,172,48); }
div.DivClassName
{
background-color: #FFAC30;
}
.BgClassName
{
background-color: #FFAC30;
}
</style>
border-color css
<style>
span { border-color: #FFAC30; }
span { border-color: rgb(255,172,48); }
td.TdClassName
{
border-color: #FFAC30;
}
.TagClassName
{
border-color: #FFAC30;
}
</style>