Shades of Yellow Orange #FFA940
Tints of Yellow Orange #FFA940
RGB
CMYK
RGB Variations
Color information
#FFA940 (or 0xFFA940) is known color: Yellow Orange. HEX triplet: FF, A9 and 40. RGB value is (255,169,64). Sum of RGB (Red+Green+Blue) = 255+169+64=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA940 is #0056BF. Grayscale: #B7B7B7. Windows color (decimal): -22208 or 4237823. OLE color: 4237823.
HSL color Cylindrical-coordinate representation of color #FFA940: hue angle of 32.98º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA940 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 64 | - |
| CMYK | 0 | 0.34 | 0.75 | 0 |
| HSL | 32.98º | 1% | 0.63% | - |
| HSV(B) | 32.98º | 0.75% | 1% | - |
| XYZ | 56.35 | 50.01 | 11.53 | - |
| YUV | 182.74 | 60.99 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 64 | 0 | 0.34 | 0.75 | 0 | 32.98 | 1 | 0.63 |
| Hex | FF | A9 | 40 | 0 | 22 | 4B | 0 | 21 | 64 | 3F |
| Octal | 377 | 251 | 100 | 0 | 42 | 113 | 0 | 41 | 144 | 77 |
| Binary | 11111111 | 10101001 | 1000000 | 0 | 100010 | 1001011 | 0 | 100001 | 1100100 | 111111 |
Color Harmonies of #FFA940
Complementary color
Monochromatic Colors of #FFA940
Black with #FFA940
Text Example
Text Example
White with #FFA940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA940; }
p { color: rgb(255,169,64); }
H1.HeaderClassName
{
color: #FFA940;
}
.AnyTagClassName
{
color: #FFA940;
}
</style>
background-color css
<style>
a { background-color: #FFA940; }
a { background-color: rgb(255,169,64); }
div.DivClassName
{
background-color: #FFA940;
}
.BgClassName
{
background-color: #FFA940;
}
</style>
border-color css
<style>
span { border-color: #FFA940; }
span { border-color: rgb(255,169,64); }
td.TdClassName
{
border-color: #FFA940;
}
.TagClassName
{
border-color: #FFA940;
}
</style>