Shades of Orange #FFAC03
Tints of Orange #FFAC03
RGB
CMYK
RGB Variations
Color information
#FFAC03 (or 0xFFAC03) is known color: Orange. HEX triplet: FF, AC and 03. RGB value is (255,172,3). Sum of RGB (Red+Green+Blue) = 255+172+3=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAC03 is #0053FC. Grayscale: #B2B2B2. Windows color (decimal): -21501 or 240895. OLE color: 240895.
HSL color Cylindrical-coordinate representation of color #FFAC03: hue angle of 40.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFAC03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0 |
| HSL | 40.24º | 1% | 0.51% | - |
| HSV(B) | 40.24º | 0.99% | 1% | - |
| XYZ | 56.01 | 50.77 | 6.93 | - |
| YUV | 177.55 | 29.5 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 3 | 0 | 0.33 | 0.99 | 0 | 40.24 | 1 | 0.51 |
| Hex | FF | AC | 3 | 0 | 21 | 63 | 0 | 28 | 64 | 33 |
| Octal | 377 | 254 | 3 | 0 | 41 | 143 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101100 | 11 | 0 | 100001 | 1100011 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAC03
Complementary color
Monochromatic Colors of #FFAC03
Black with #FFAC03
Text Example
Text Example
White with #FFAC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC03; }
p { color: rgb(255,172,3); }
H1.HeaderClassName
{
color: #FFAC03;
}
.AnyTagClassName
{
color: #FFAC03;
}
</style>
background-color css
<style>
a { background-color: #FFAC03; }
a { background-color: rgb(255,172,3); }
div.DivClassName
{
background-color: #FFAC03;
}
.BgClassName
{
background-color: #FFAC03;
}
</style>
border-color css
<style>
span { border-color: #FFAC03; }
span { border-color: rgb(255,172,3); }
td.TdClassName
{
border-color: #FFAC03;
}
.TagClassName
{
border-color: #FFAC03;
}
</style>