Shades of Yellow Orange #FFAA3D
Tints of Yellow Orange #FFAA3D
RGB
CMYK
RGB Variations
Color information
#FFAA3D (or 0xFFAA3D) is known color: Yellow Orange. HEX triplet: FF, AA and 3D. RGB value is (255,170,61). Sum of RGB (Red+Green+Blue) = 255+170+61=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 61 (24.22% from 255 or 12.55% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAA3D is #0055C2. Grayscale: #B7B7B7. Windows color (decimal): -21955 or 4041471. OLE color: 4041471.
HSL color Cylindrical-coordinate representation of color #FFAA3D: hue angle of 33.71º 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 #FFAA3D is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 61 | - |
| CMYK | 0 | 0.33 | 0.76 | 0 |
| HSL | 33.71º | 1% | 0.62% | - |
| HSV(B) | 33.71º | 0.76% | 1% | - |
| XYZ | 56.46 | 50.35 | 11.16 | - |
| YUV | 182.99 | 59.16 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 61 | 0 | 0.33 | 0.76 | 0 | 33.71 | 1 | 0.62 |
| Hex | FF | AA | 3D | 0 | 21 | 4C | 0 | 22 | 64 | 3E |
| Octal | 377 | 252 | 75 | 0 | 41 | 114 | 0 | 42 | 144 | 76 |
| Binary | 11111111 | 10101010 | 111101 | 0 | 100001 | 1001100 | 0 | 100010 | 1100100 | 111110 |
Color Harmonies of #FFAA3D
Complementary color
Monochromatic Colors of #FFAA3D
Black with #FFAA3D
Text Example
Text Example
White with #FFAA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA3D; }
p { color: rgb(255,170,61); }
H1.HeaderClassName
{
color: #FFAA3D;
}
.AnyTagClassName
{
color: #FFAA3D;
}
</style>
background-color css
<style>
a { background-color: #FFAA3D; }
a { background-color: rgb(255,170,61); }
div.DivClassName
{
background-color: #FFAA3D;
}
.BgClassName
{
background-color: #FFAA3D;
}
</style>
border-color css
<style>
span { border-color: #FFAA3D; }
span { border-color: rgb(255,170,61); }
td.TdClassName
{
border-color: #FFAA3D;
}
.TagClassName
{
border-color: #FFAA3D;
}
</style>