Shades of Yellow Orange #FFA640
Tints of Yellow Orange #FFA640
RGB
CMYK
RGB Variations
Color information
#FFA640 (or 0xFFA640) is known color: Yellow Orange. HEX triplet: FF, A6 and 40. RGB value is (255,166,64). Sum of RGB (Red+Green+Blue) = 255+166+64=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA640 is #0059BF. Grayscale: #B5B5B5. Windows color (decimal): -22976 or 4237055. OLE color: 4237055.
HSL color Cylindrical-coordinate representation of color #FFA640: hue angle of 32.04º 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 #FFA640 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 64 | - |
| CMYK | 0 | 0.35 | 0.75 | 0 |
| HSL | 32.04º | 1% | 0.63% | - |
| HSV(B) | 32.04º | 0.75% | 1% | - |
| XYZ | 55.8 | 48.9 | 11.35 | - |
| YUV | 180.98 | 61.99 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 64 | 0 | 0.35 | 0.75 | 0 | 32.04 | 1 | 0.63 |
| Hex | FF | A6 | 40 | 0 | 23 | 4B | 0 | 20 | 64 | 3F |
| Octal | 377 | 246 | 100 | 0 | 43 | 113 | 0 | 40 | 144 | 77 |
| Binary | 11111111 | 10100110 | 1000000 | 0 | 100011 | 1001011 | 0 | 100000 | 1100100 | 111111 |
Color Harmonies of #FFA640
Complementary color
Monochromatic Colors of #FFA640
Black with #FFA640
Text Example
Text Example
White with #FFA640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA640; }
p { color: rgb(255,166,64); }
H1.HeaderClassName
{
color: #FFA640;
}
.AnyTagClassName
{
color: #FFA640;
}
</style>
background-color css
<style>
a { background-color: #FFA640; }
a { background-color: rgb(255,166,64); }
div.DivClassName
{
background-color: #FFA640;
}
.BgClassName
{
background-color: #FFA640;
}
</style>
border-color css
<style>
span { border-color: #FFA640; }
span { border-color: rgb(255,166,64); }
td.TdClassName
{
border-color: #FFA640;
}
.TagClassName
{
border-color: #FFA640;
}
</style>