Shades of Yellow Orange #FFA840
Tints of Yellow Orange #FFA840
RGB
CMYK
RGB Variations
Color information
#FFA840 (or 0xFFA840) is known color: Yellow Orange. HEX triplet: FF, A8 and 40. RGB value is (255,168,64). Sum of RGB (Red+Green+Blue) = 255+168+64=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA840 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA840 is #0057BF. Grayscale: #B6B6B6. Windows color (decimal): -22464 or 4237567. OLE color: 4237567.
HSL color Cylindrical-coordinate representation of color #FFA840: hue angle of 32.67º 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 #FFA840 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 64 | - |
| CMYK | 0 | 0.34 | 0.75 | 0 |
| HSL | 32.67º | 1% | 0.63% | - |
| HSV(B) | 32.67º | 0.75% | 1% | - |
| XYZ | 56.17 | 49.64 | 11.47 | - |
| YUV | 182.16 | 61.32 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 64 | 0 | 0.34 | 0.75 | 0 | 32.67 | 1 | 0.63 |
| Hex | FF | A8 | 40 | 0 | 22 | 4B | 0 | 21 | 64 | 3F |
| Octal | 377 | 250 | 100 | 0 | 42 | 113 | 0 | 41 | 144 | 77 |
| Binary | 11111111 | 10101000 | 1000000 | 0 | 100010 | 1001011 | 0 | 100001 | 1100100 | 111111 |
Color Harmonies of #FFA840
Complementary color
Monochromatic Colors of #FFA840
Black with #FFA840
Text Example
Text Example
White with #FFA840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA840; }
p { color: rgb(255,168,64); }
H1.HeaderClassName
{
color: #FFA840;
}
.AnyTagClassName
{
color: #FFA840;
}
</style>
background-color css
<style>
a { background-color: #FFA840; }
a { background-color: rgb(255,168,64); }
div.DivClassName
{
background-color: #FFA840;
}
.BgClassName
{
background-color: #FFA840;
}
</style>
border-color css
<style>
span { border-color: #FFA840; }
span { border-color: rgb(255,168,64); }
td.TdClassName
{
border-color: #FFA840;
}
.TagClassName
{
border-color: #FFA840;
}
</style>