Shades of Yellow Orange #FAA540
Tints of Yellow Orange #FAA540
RGB
CMYK
RGB Variations
Color information
#FAA540 (or 0xFAA540) is known color: Yellow Orange. HEX triplet: FA, A5 and 40. RGB value is (250,165,64). Sum of RGB (Red+Green+Blue) = 250+165+64=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA540 is #055ABF. Grayscale: #B3B3B3. Windows color (decimal): -350912 or 4236794. OLE color: 4236794.
HSL color Cylindrical-coordinate representation of color #FAA540: hue angle of 32.58º 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 #FAA540 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 64 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.02 |
| HSL | 32.58º | 0.95% | 0.62% | - |
| HSV(B) | 32.58º | 0.74% | 0.98% | - |
| XYZ | 53.8 | 47.6 | 11.2 | - |
| YUV | 178.9 | 63.16 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 64 | 0 | 0.34 | 0.74 | 0.02 | 32.58 | 0.95 | 0.62 |
| Hex | FA | A5 | 40 | 0 | 22 | 4A | 2 | 21 | 5F | 3E |
| Octal | 372 | 245 | 100 | 0 | 42 | 112 | 2 | 41 | 137 | 76 |
| Binary | 11111010 | 10100101 | 1000000 | 0 | 100010 | 1001010 | 10 | 100001 | 1011111 | 111110 |
Color Harmonies of #FAA540
Complementary color
Monochromatic Colors of #FAA540
Black with #FAA540
Text Example
Text Example
White with #FAA540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA540; }
p { color: rgb(250,165,64); }
H1.HeaderClassName
{
color: #FAA540;
}
.AnyTagClassName
{
color: #FAA540;
}
</style>
background-color css
<style>
a { background-color: #FAA540; }
a { background-color: rgb(250,165,64); }
div.DivClassName
{
background-color: #FAA540;
}
.BgClassName
{
background-color: #FAA540;
}
</style>
border-color css
<style>
span { border-color: #FAA540; }
span { border-color: rgb(250,165,64); }
td.TdClassName
{
border-color: #FAA540;
}
.TagClassName
{
border-color: #FAA540;
}
</style>