Shades of Orange #FFAC07
Tints of Orange #FFAC07
RGB
CMYK
RGB Variations
Color information
#FFAC07 (or 0xFFAC07) is known color: Orange. HEX triplet: FF, AC and 07. RGB value is (255,172,7). Sum of RGB (Red+Green+Blue) = 255+172+7=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 7 (3.12% from 255 or 1.61% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC07 is #0053F8. Grayscale: #B2B2B2. Windows color (decimal): -21497 or 503039. OLE color: 503039.
HSL color Cylindrical-coordinate representation of color #FFAC07: hue angle of 39.92º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFAC07 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 7 | - |
| CMYK | 0 | 0.33 | 0.97 | 0 |
| HSL | 39.92º | 1% | 0.51% | - |
| HSV(B) | 39.92º | 0.97% | 1% | - |
| XYZ | 56.03 | 50.78 | 7.05 | - |
| YUV | 178.01 | 31.5 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 7 | 0 | 0.33 | 0.97 | 0 | 39.92 | 1 | 0.51 |
| Hex | FF | AC | 7 | 0 | 21 | 61 | 0 | 28 | 64 | 33 |
| Octal | 377 | 254 | 7 | 0 | 41 | 141 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101100 | 111 | 0 | 100001 | 1100001 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAC07
Complementary color
Monochromatic Colors of #FFAC07
Black with #FFAC07
Text Example
Text Example
White with #FFAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC07; }
p { color: rgb(255,172,7); }
H1.HeaderClassName
{
color: #FFAC07;
}
.AnyTagClassName
{
color: #FFAC07;
}
</style>
background-color css
<style>
a { background-color: #FFAC07; }
a { background-color: rgb(255,172,7); }
div.DivClassName
{
background-color: #FFAC07;
}
.BgClassName
{
background-color: #FFAC07;
}
</style>
border-color css
<style>
span { border-color: #FFAC07; }
span { border-color: rgb(255,172,7); }
td.TdClassName
{
border-color: #FFAC07;
}
.TagClassName
{
border-color: #FFAC07;
}
</style>