Shades of Orange #FFAC00
Tints of Orange #FFAC00
RGB
CMYK
RGB Variations
Color information
#FFAC00 (or 0xFFAC00) is known color: Orange. HEX triplet: FF, AC and 00. RGB value is (255,172,0). Sum of RGB (Red+Green+Blue) = 255+172+0=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC00 is #0053FF. Grayscale: #B1B1B1. Windows color (decimal): -21504 or 44287. OLE color: 44287.
HSL color Cylindrical-coordinate representation of color #FFAC00: hue angle of 40.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFAC00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0 |
| HSL | 40.47º | 1% | 0.5% | - |
| HSV(B) | 40.47º | 1% | 1% | - |
| XYZ | 55.99 | 50.77 | 6.85 | - |
| YUV | 177.21 | 28 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 0 | 0 | 0.33 | 1 | 0 | 40.47 | 1 | 0.5 |
| Hex | FF | AC | 0 | 0 | 21 | 64 | 0 | 28 | 64 | 32 |
| Octal | 377 | 254 | 0 | 0 | 41 | 144 | 0 | 50 | 144 | 62 |
| Binary | 11111111 | 10101100 | 0 | 0 | 100001 | 1100100 | 0 | 101000 | 1100100 | 110010 |
Color Harmonies of #FFAC00
Complementary color
Monochromatic Colors of #FFAC00
Black with #FFAC00
Text Example
Text Example
White with #FFAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC00; }
p { color: rgb(255,172,0); }
H1.HeaderClassName
{
color: #FFAC00;
}
.AnyTagClassName
{
color: #FFAC00;
}
</style>
background-color css
<style>
a { background-color: #FFAC00; }
a { background-color: rgb(255,172,0); }
div.DivClassName
{
background-color: #FFAC00;
}
.BgClassName
{
background-color: #FFAC00;
}
</style>
border-color css
<style>
span { border-color: #FFAC00; }
span { border-color: rgb(255,172,0); }
td.TdClassName
{
border-color: #FFAC00;
}
.TagClassName
{
border-color: #FFAC00;
}
</style>