Shades of Yellow Orange #FAA440
Tints of Yellow Orange #FAA440
RGB
CMYK
RGB Variations
Color information
#FAA440 (or 0xFAA440) is known color: Yellow Orange. HEX triplet: FA, A4 and 40. RGB value is (250,164,64). Sum of RGB (Red+Green+Blue) = 250+164+64=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA440 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA440 is #055BBF. Grayscale: #B2B2B2. Windows color (decimal): -351168 or 4236538. OLE color: 4236538.
HSL color Cylindrical-coordinate representation of color #FAA440: hue angle of 32.26º 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 #FAA440 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 164 | 64 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.26º | 0.95% | 0.62% | - |
| HSV(B) | 32.26º | 0.74% | 0.98% | - |
| XYZ | 53.63 | 47.25 | 11.14 | - |
| YUV | 178.31 | 63.49 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 164 | 64 | 0 | 0.34 | 0.74 | 0.02 | 32.26 | 0.95 | 0.62 |
| Hex | FA | A4 | 40 | 0 | 22 | 4A | 2 | 20 | 5F | 3E |
| Octal | 372 | 244 | 100 | 0 | 42 | 112 | 2 | 40 | 137 | 76 |
| Binary | 11111010 | 10100100 | 1000000 | 0 | 100010 | 1001010 | 10 | 100000 | 1011111 | 111110 |
Color Harmonies of #FAA440
Complementary color
Monochromatic Colors of #FAA440
Black with #FAA440
Text Example
Text Example
White with #FAA440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA440; }
p { color: rgb(250,164,64); }
H1.HeaderClassName
{
color: #FAA440;
}
.AnyTagClassName
{
color: #FAA440;
}
</style>
background-color css
<style>
a { background-color: #FAA440; }
a { background-color: rgb(250,164,64); }
div.DivClassName
{
background-color: #FAA440;
}
.BgClassName
{
background-color: #FAA440;
}
</style>
border-color css
<style>
span { border-color: #FAA440; }
span { border-color: rgb(250,164,64); }
td.TdClassName
{
border-color: #FAA440;
}
.TagClassName
{
border-color: #FAA440;
}
</style>