Shades of Orange #FFAC06
Tints of Orange #FFAC06
RGB
CMYK
RGB Variations
Color information
#FFAC06 (or 0xFFAC06) is known color: Orange. HEX triplet: FF, AC and 06. RGB value is (255,172,6). Sum of RGB (Red+Green+Blue) = 255+172+6=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 6 (2.73% from 255 or 1.39% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC06 is #0053F9. Grayscale: #B2B2B2. Windows color (decimal): -21498 or 437503. OLE color: 437503.
HSL color Cylindrical-coordinate representation of color #FFAC06: hue angle of 40º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFAC06 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 6 | - |
| CMYK | 0 | 0.33 | 0.98 | 0 |
| HSL | 40º | 1% | 0.51% | - |
| HSV(B) | 40º | 0.98% | 1% | - |
| XYZ | 56.03 | 50.78 | 7.02 | - |
| YUV | 177.89 | 31 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 6 | 0 | 0.33 | 0.98 | 0 | 40 | 1 | 0.51 |
| Hex | FF | AC | 6 | 0 | 21 | 62 | 0 | 28 | 64 | 33 |
| Octal | 377 | 254 | 6 | 0 | 41 | 142 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101100 | 110 | 0 | 100001 | 1100010 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAC06
Complementary color
Monochromatic Colors of #FFAC06
Black with #FFAC06
Text Example
Text Example
White with #FFAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC06; }
p { color: rgb(255,172,6); }
H1.HeaderClassName
{
color: #FFAC06;
}
.AnyTagClassName
{
color: #FFAC06;
}
</style>
background-color css
<style>
a { background-color: #FFAC06; }
a { background-color: rgb(255,172,6); }
div.DivClassName
{
background-color: #FFAC06;
}
.BgClassName
{
background-color: #FFAC06;
}
</style>
border-color css
<style>
span { border-color: #FFAC06; }
span { border-color: rgb(255,172,6); }
td.TdClassName
{
border-color: #FFAC06;
}
.TagClassName
{
border-color: #FFAC06;
}
</style>