Shades of Yellow Orange #FAAA3C
Tints of Yellow Orange #FAAA3C
RGB
CMYK
RGB Variations
Color information
#FAAA3C (or 0xFAAA3C) is known color: Yellow Orange. HEX triplet: FA, AA and 3C. RGB value is (250,170,60). Sum of RGB (Red+Green+Blue) = 250+170+60=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA3C is #0555C3. Grayscale: #B5B5B5. Windows color (decimal): -349636 or 3975930. OLE color: 3975930.
HSL color Cylindrical-coordinate representation of color #FAAA3C: hue angle of 34.74º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FAAA3C is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 60 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.02 |
| HSL | 34.74º | 0.95% | 0.61% | - |
| HSV(B) | 34.74º | 0.76% | 0.98% | - |
| XYZ | 54.61 | 49.4 | 10.93 | - |
| YUV | 181.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 60 | 0 | 0.32 | 0.76 | 0.02 | 34.74 | 0.95 | 0.61 |
| Hex | FA | AA | 3C | 0 | 20 | 4C | 2 | 23 | 5F | 3D |
| Octal | 372 | 252 | 74 | 0 | 40 | 114 | 2 | 43 | 137 | 75 |
| Binary | 11111010 | 10101010 | 111100 | 0 | 100000 | 1001100 | 10 | 100011 | 1011111 | 111101 |
Color Harmonies of #FAAA3C
Complementary color
Monochromatic Colors of #FAAA3C
Black with #FAAA3C
Text Example
Text Example
White with #FAAA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAA3C; }
p { color: rgb(250,170,60); }
H1.HeaderClassName
{
color: #FAAA3C;
}
.AnyTagClassName
{
color: #FAAA3C;
}
</style>
background-color css
<style>
a { background-color: #FAAA3C; }
a { background-color: rgb(250,170,60); }
div.DivClassName
{
background-color: #FAAA3C;
}
.BgClassName
{
background-color: #FAAA3C;
}
</style>
border-color css
<style>
span { border-color: #FAAA3C; }
span { border-color: rgb(250,170,60); }
td.TdClassName
{
border-color: #FAAA3C;
}
.TagClassName
{
border-color: #FAAA3C;
}
</style>