Shades of Yellow Orange #FFA340
Tints of Yellow Orange #FFA340
RGB
CMYK
RGB Variations
Color information
#FFA340 (or 0xFFA340) is known color: Yellow Orange. HEX triplet: FF, A3 and 40. RGB value is (255,163,64). Sum of RGB (Red+Green+Blue) = 255+163+64=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA340 is #005CBF. Grayscale: #B3B3B3. Windows color (decimal): -23744 or 4236287. OLE color: 4236287.
HSL color Cylindrical-coordinate representation of color #FFA340: hue angle of 31.1º 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 #FFA340 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 64 | - |
| CMYK | 0 | 0.36 | 0.75 | 0 |
| HSL | 31.1º | 1% | 0.63% | - |
| HSV(B) | 31.1º | 0.75% | 1% | - |
| XYZ | 55.26 | 47.82 | 11.17 | - |
| YUV | 179.22 | 62.98 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 64 | 0 | 0.36 | 0.75 | 0 | 31.1 | 1 | 0.63 |
| Hex | FF | A3 | 40 | 0 | 24 | 4B | 0 | 1F | 64 | 3F |
| Octal | 377 | 243 | 100 | 0 | 44 | 113 | 0 | 37 | 144 | 77 |
| Binary | 11111111 | 10100011 | 1000000 | 0 | 100100 | 1001011 | 0 | 11111 | 1100100 | 111111 |
Color Harmonies of #FFA340
Complementary color
Monochromatic Colors of #FFA340
Black with #FFA340
Text Example
Text Example
White with #FFA340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA340; }
p { color: rgb(255,163,64); }
H1.HeaderClassName
{
color: #FFA340;
}
.AnyTagClassName
{
color: #FFA340;
}
</style>
background-color css
<style>
a { background-color: #FFA340; }
a { background-color: rgb(255,163,64); }
div.DivClassName
{
background-color: #FFA340;
}
.BgClassName
{
background-color: #FFA340;
}
</style>
border-color css
<style>
span { border-color: #FFA340; }
span { border-color: rgb(255,163,64); }
td.TdClassName
{
border-color: #FFA340;
}
.TagClassName
{
border-color: #FFA340;
}
</style>