Shades of Yellow Orange #FFAC3D
Tints of Yellow Orange #FFAC3D
RGB
CMYK
RGB Variations
Color information
#FFAC3D (or 0xFFAC3D) is known color: Yellow Orange. HEX triplet: FF, AC and 3D. RGB value is (255,172,61). Sum of RGB (Red+Green+Blue) = 255+172+61=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAC3D is #0053C2. Grayscale: #B8B8B8. Windows color (decimal): -21443 or 4041983. OLE color: 4041983.
HSL color Cylindrical-coordinate representation of color #FFAC3D: hue angle of 34.33º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFAC3D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 172 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0 |
| HSL | 34.33º | 1% | 0.62% | - |
| HSV(B) | 34.33º | 0.76% | 1% | - |
| XYZ | 56.83 | 51.1 | 11.28 | - |
| YUV | 184.16 | 58.5 | 178.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 172 | 61 | 0 | 0.33 | 0.76 | 0 | 34.33 | 1 | 0.62 |
| Hex | FF | AC | 3D | 0 | 21 | 4C | 0 | 22 | 64 | 3E |
| Octal | 377 | 254 | 75 | 0 | 41 | 114 | 0 | 42 | 144 | 76 |
| Binary | 11111111 | 10101100 | 111101 | 0 | 100001 | 1001100 | 0 | 100010 | 1100100 | 111110 |
Color Harmonies of #FFAC3D
Complementary color
Monochromatic Colors of #FFAC3D
Black with #FFAC3D
Text Example
Text Example
White with #FFAC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAC3D; }
p { color: rgb(255,172,61); }
H1.HeaderClassName
{
color: #FFAC3D;
}
.AnyTagClassName
{
color: #FFAC3D;
}
</style>
background-color css
<style>
a { background-color: #FFAC3D; }
a { background-color: rgb(255,172,61); }
div.DivClassName
{
background-color: #FFAC3D;
}
.BgClassName
{
background-color: #FFAC3D;
}
</style>
border-color css
<style>
span { border-color: #FFAC3D; }
span { border-color: rgb(255,172,61); }
td.TdClassName
{
border-color: #FFAC3D;
}
.TagClassName
{
border-color: #FFAC3D;
}
</style>