Shades of Yellow Orange #FAAE40
Tints of Yellow Orange #FAAE40
RGB
CMYK
RGB Variations
Color information
#FAAE40 (or 0xFAAE40) is known color: Yellow Orange. HEX triplet: FA, AE and 40. RGB value is (250,174,64). Sum of RGB (Red+Green+Blue) = 250+174+64=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAE40 is #0551BF. Grayscale: #B8B8B8. Windows color (decimal): -348608 or 4239098. OLE color: 4239098.
HSL color Cylindrical-coordinate representation of color #FAAE40: hue angle of 35.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAAE40 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 174 | 64 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.02 |
| HSL | 35.48º | 0.95% | 0.62% | - |
| HSV(B) | 35.48º | 0.74% | 0.98% | - |
| XYZ | 55.49 | 50.97 | 11.76 | - |
| YUV | 184.18 | 60.18 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 174 | 64 | 0 | 0.30 | 0.74 | 0.02 | 35.48 | 0.95 | 0.62 |
| Hex | FA | AE | 40 | 0 | 1E | 4A | 2 | 23 | 5F | 3E |
| Octal | 372 | 256 | 100 | 0 | 36 | 112 | 2 | 43 | 137 | 76 |
| Binary | 11111010 | 10101110 | 1000000 | 0 | 11110 | 1001010 | 10 | 100011 | 1011111 | 111110 |
Color Harmonies of #FAAE40
Complementary color
Monochromatic Colors of #FAAE40
Black with #FAAE40
Text Example
Text Example
White with #FAAE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAE40; }
p { color: rgb(250,174,64); }
H1.HeaderClassName
{
color: #FAAE40;
}
.AnyTagClassName
{
color: #FAAE40;
}
</style>
background-color css
<style>
a { background-color: #FAAE40; }
a { background-color: rgb(250,174,64); }
div.DivClassName
{
background-color: #FAAE40;
}
.BgClassName
{
background-color: #FAAE40;
}
</style>
border-color css
<style>
span { border-color: #FAAE40; }
span { border-color: rgb(250,174,64); }
td.TdClassName
{
border-color: #FAAE40;
}
.TagClassName
{
border-color: #FAAE40;
}
</style>