Shades of Yellow Orange #FAA940
Tints of Yellow Orange #FAA940
RGB
CMYK
RGB Variations
Color information
#FAA940 (or 0xFAA940) is known color: Yellow Orange. HEX triplet: FA, A9 and 40. RGB value is (250,169,64). Sum of RGB (Red+Green+Blue) = 250+169+64=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 64 (25.39% from 255 or 13.25% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA940 is #0556BF. Grayscale: #B5B5B5. Windows color (decimal): -349888 or 4237818. OLE color: 4237818.
HSL color Cylindrical-coordinate representation of color #FAA940: hue angle of 33.87º 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 #FAA940 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 64 | - |
| CMYK | 0 | 0.32 | 0.74 | 0.02 |
| HSL | 33.87º | 0.95% | 0.62% | - |
| HSV(B) | 33.87º | 0.74% | 0.98% | - |
| XYZ | 54.54 | 49.07 | 11.45 | - |
| YUV | 181.25 | 61.84 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 64 | 0 | 0.32 | 0.74 | 0.02 | 33.87 | 0.95 | 0.62 |
| Hex | FA | A9 | 40 | 0 | 20 | 4A | 2 | 22 | 5F | 3E |
| Octal | 372 | 251 | 100 | 0 | 40 | 112 | 2 | 42 | 137 | 76 |
| Binary | 11111010 | 10101001 | 1000000 | 0 | 100000 | 1001010 | 10 | 100010 | 1011111 | 111110 |
Color Harmonies of #FAA940
Complementary color
Monochromatic Colors of #FAA940
Black with #FAA940
Text Example
Text Example
White with #FAA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA940; }
p { color: rgb(250,169,64); }
H1.HeaderClassName
{
color: #FAA940;
}
.AnyTagClassName
{
color: #FAA940;
}
</style>
background-color css
<style>
a { background-color: #FAA940; }
a { background-color: rgb(250,169,64); }
div.DivClassName
{
background-color: #FAA940;
}
.BgClassName
{
background-color: #FAA940;
}
</style>
border-color css
<style>
span { border-color: #FAA940; }
span { border-color: rgb(250,169,64); }
td.TdClassName
{
border-color: #FAA940;
}
.TagClassName
{
border-color: #FAA940;
}
</style>