Shades of Yellow Orange #FDAA3E
Tints of Yellow Orange #FDAA3E
RGB
CMYK
RGB Variations
Color information
#FDAA3E (or 0xFDAA3E) is known color: Yellow Orange. HEX triplet: FD, AA and 3E. RGB value is (253,170,62). Sum of RGB (Red+Green+Blue) = 253+170+62=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 62 (24.61% from 255 or 12.78% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA3E is #0255C1. Grayscale: #B7B7B7. Windows color (decimal): -153026 or 4107005. OLE color: 4107005.
HSL color Cylindrical-coordinate representation of color #FDAA3E: hue angle of 33.93º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FDAA3E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 62 | - |
CMYK | 0 | 0.33 | 0.75 | 0.01 |
HSL | 33.93º | 0.98% | 0.62% | - |
HSV(B) | 33.93º | 0.75% | 0.99% | - |
XYZ | 55.75 | 49.98 | 11.27 | - |
YUV | 182.51 | 60 | 178.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 62 | 0 | 0.33 | 0.75 | 0.01 | 33.93 | 0.98 | 0.62 |
Hex | FD | AA | 3E | 0 | 21 | 4B | 1 | 22 | 62 | 3E |
Octal | 375 | 252 | 76 | 0 | 41 | 113 | 1 | 42 | 142 | 76 |
Binary | 11111101 | 10101010 | 111110 | 0 | 100001 | 1001011 | 1 | 100010 | 1100010 | 111110 |
Color Harmonies of #FDAA3E
Complementary color
Monochromatic Colors of #FDAA3E
Black with #FDAA3E
Text Example
Text Example
White with #FDAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA3E; }
p { color: rgb(253,170,62); }
H1.HeaderClassName
{
color: #FDAA3E;
}
.AnyTagClassName
{
color: #FDAA3E;
}
</style>
background-color css
<style>
a { background-color: #FDAA3E; }
a { background-color: rgb(253,170,62); }
div.DivClassName
{
background-color: #FDAA3E;
}
.BgClassName
{
background-color: #FDAA3E;
}
</style>
border-color css
<style>
span { border-color: #FDAA3E; }
span { border-color: rgb(253,170,62); }
td.TdClassName
{
border-color: #FDAA3E;
}
.TagClassName
{
border-color: #FDAA3E;
}
</style>