Shades of Yellow Orange #FFAC3F
Tints of Yellow Orange #FFAC3F
RGB
CMYK
RGB Variations
Color information
#FFAC3F (or 0xFFAC3F) is known color: Yellow Orange. HEX triplet: FF, AC and 3F. RGB value is (255,172,63). Sum of RGB (Red+Green+Blue) = 255+172+63=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 63 (25% from 255 or 12.86% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC3F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC3F is #0053C0. Grayscale: #B8B8B8. Windows color (decimal): -21441 or 4173055. OLE color: 4173055.
HSL color Cylindrical-coordinate representation of color #FFAC3F: hue angle of 34.06º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFAC3F is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 63 | - |
| CMYK | 0 | 0.33 | 0.75 | 0 |
| HSL | 34.06º | 1% | 0.62% | - |
| HSV(B) | 34.06º | 0.75% | 1% | - |
| XYZ | 56.89 | 51.12 | 11.57 | - |
| YUV | 184.39 | 59.5 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 63 | 0 | 0.33 | 0.75 | 0 | 34.06 | 1 | 0.62 |
| Hex | FF | AC | 3F | 0 | 21 | 4B | 0 | 22 | 64 | 3E |
| Octal | 377 | 254 | 77 | 0 | 41 | 113 | 0 | 42 | 144 | 76 |
| Binary | 11111111 | 10101100 | 111111 | 0 | 100001 | 1001011 | 0 | 100010 | 1100100 | 111110 |
Color Harmonies of #FFAC3F
Complementary color
Monochromatic Colors of #FFAC3F
Black with #FFAC3F
Text Example
Text Example
White with #FFAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC3F; }
p { color: rgb(255,172,63); }
H1.HeaderClassName
{
color: #FFAC3F;
}
.AnyTagClassName
{
color: #FFAC3F;
}
</style>
background-color css
<style>
a { background-color: #FFAC3F; }
a { background-color: rgb(255,172,63); }
div.DivClassName
{
background-color: #FFAC3F;
}
.BgClassName
{
background-color: #FFAC3F;
}
</style>
border-color css
<style>
span { border-color: #FFAC3F; }
span { border-color: rgb(255,172,63); }
td.TdClassName
{
border-color: #FFAC3F;
}
.TagClassName
{
border-color: #FFAC3F;
}
</style>