Shades of Yellow Orange #FFAA3B
Tints of Yellow Orange #FFAA3B
RGB
CMYK
RGB Variations
Color information
#FFAA3B (or 0xFFAA3B) is known color: Yellow Orange. HEX triplet: FF, AA and 3B. RGB value is (255,170,59). Sum of RGB (Red+Green+Blue) = 255+170+59=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA3B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA3B is #0055C4. Grayscale: #B7B7B7. Windows color (decimal): -21957 or 3910399. OLE color: 3910399.
HSL color Cylindrical-coordinate representation of color #FFAA3B: hue angle of 33.98º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFAA3B is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 59 | - |
| CMYK | 0 | 0.33 | 0.77 | 0 |
| HSL | 33.98º | 1% | 0.62% | - |
| HSV(B) | 33.98º | 0.77% | 1% | - |
| XYZ | 56.4 | 50.33 | 10.88 | - |
| YUV | 182.76 | 58.16 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 59 | 0 | 0.33 | 0.77 | 0 | 33.98 | 1 | 0.62 |
| Hex | FF | AA | 3B | 0 | 21 | 4D | 0 | 22 | 64 | 3E |
| Octal | 377 | 252 | 73 | 0 | 41 | 115 | 0 | 42 | 144 | 76 |
| Binary | 11111111 | 10101010 | 111011 | 0 | 100001 | 1001101 | 0 | 100010 | 1100100 | 111110 |
Color Harmonies of #FFAA3B
Complementary color
Monochromatic Colors of #FFAA3B
Black with #FFAA3B
Text Example
Text Example
White with #FFAA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA3B; }
p { color: rgb(255,170,59); }
H1.HeaderClassName
{
color: #FFAA3B;
}
.AnyTagClassName
{
color: #FFAA3B;
}
</style>
background-color css
<style>
a { background-color: #FFAA3B; }
a { background-color: rgb(255,170,59); }
div.DivClassName
{
background-color: #FFAA3B;
}
.BgClassName
{
background-color: #FFAA3B;
}
</style>
border-color css
<style>
span { border-color: #FFAA3B; }
span { border-color: rgb(255,170,59); }
td.TdClassName
{
border-color: #FFAA3B;
}
.TagClassName
{
border-color: #FFAA3B;
}
</style>