Shades of Supernova #FFAC38
Tints of Supernova #FFAC38
RGB
CMYK
RGB Variations
Color information
#FFAC38 (or 0xFFAC38) is known color: Supernova. HEX triplet: FF, AC and 38. RGB value is (255,172,56). Sum of RGB (Red+Green+Blue) = 255+172+56=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC38 is #0053C7. Grayscale: #B8B8B8. Windows color (decimal): -21448 or 3714303. OLE color: 3714303.
HSL color Cylindrical-coordinate representation of color #FFAC38: hue angle of 34.97º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FFAC38 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 56 | - |
| CMYK | 0 | 0.33 | 0.78 | 0 |
| HSL | 34.97º | 1% | 0.61% | - |
| HSV(B) | 34.97º | 0.78% | 1% | - |
| XYZ | 56.71 | 51.05 | 10.61 | - |
| YUV | 183.59 | 56 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 56 | 0 | 0.33 | 0.78 | 0 | 34.97 | 1 | 0.61 |
| Hex | FF | AC | 38 | 0 | 21 | 4E | 0 | 23 | 64 | 3D |
| Octal | 377 | 254 | 70 | 0 | 41 | 116 | 0 | 43 | 144 | 75 |
| Binary | 11111111 | 10101100 | 111000 | 0 | 100001 | 1001110 | 0 | 100011 | 1100100 | 111101 |
Color Harmonies of #FFAC38
Complementary color
Monochromatic Colors of #FFAC38
Black with #FFAC38
Text Example
Text Example
White with #FFAC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC38; }
p { color: rgb(255,172,56); }
H1.HeaderClassName
{
color: #FFAC38;
}
.AnyTagClassName
{
color: #FFAC38;
}
</style>
background-color css
<style>
a { background-color: #FFAC38; }
a { background-color: rgb(255,172,56); }
div.DivClassName
{
background-color: #FFAC38;
}
.BgClassName
{
background-color: #FFAC38;
}
</style>
border-color css
<style>
span { border-color: #FFAC38; }
span { border-color: rgb(255,172,56); }
td.TdClassName
{
border-color: #FFAC38;
}
.TagClassName
{
border-color: #FFAC38;
}
</style>