Shades of Yellow Orange #FAAA3E
Tints of Yellow Orange #FAAA3E
RGB
CMYK
RGB Variations
Color information
#FAAA3E (or 0xFAAA3E) is known color: Yellow Orange. HEX triplet: FA, AA and 3E. RGB value is (250,170,62). Sum of RGB (Red+Green+Blue) = 250+170+62=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA3E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA3E is #0555C1. Grayscale: #B6B6B6. Windows color (decimal): -349634 or 4107002. OLE color: 4107002.
HSL color Cylindrical-coordinate representation of color #FAAA3E: hue angle of 34.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FAAA3E is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 62 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.02 |
| HSL | 34.47º | 0.95% | 0.61% | - |
| HSV(B) | 34.47º | 0.75% | 0.98% | - |
| XYZ | 54.67 | 49.42 | 11.22 | - |
| YUV | 181.61 | 60.5 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 62 | 0 | 0.32 | 0.75 | 0.02 | 34.47 | 0.95 | 0.61 |
| Hex | FA | AA | 3E | 0 | 20 | 4B | 2 | 22 | 5F | 3D |
| Octal | 372 | 252 | 76 | 0 | 40 | 113 | 2 | 42 | 137 | 75 |
| Binary | 11111010 | 10101010 | 111110 | 0 | 100000 | 1001011 | 10 | 100010 | 1011111 | 111101 |
Color Harmonies of #FAAA3E
Complementary color
Monochromatic Colors of #FAAA3E
Black with #FAAA3E
Text Example
Text Example
White with #FAAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA3E; }
p { color: rgb(250,170,62); }
H1.HeaderClassName
{
color: #FAAA3E;
}
.AnyTagClassName
{
color: #FAAA3E;
}
</style>
background-color css
<style>
a { background-color: #FAAA3E; }
a { background-color: rgb(250,170,62); }
div.DivClassName
{
background-color: #FAAA3E;
}
.BgClassName
{
background-color: #FAAA3E;
}
</style>
border-color css
<style>
span { border-color: #FAAA3E; }
span { border-color: rgb(250,170,62); }
td.TdClassName
{
border-color: #FAAA3E;
}
.TagClassName
{
border-color: #FAAA3E;
}
</style>