Shades of Rajah #FFA85E
Tints of Rajah #FFA85E
RGB
CMYK
RGB Variations
Color information
#FFA85E (or 0xFFA85E) is known color: Rajah. HEX triplet: FF, A8 and 5E. RGB value is (255,168,94). Sum of RGB (Red+Green+Blue) = 255+168+94=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA85E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA85E is #0057A1. Grayscale: #B9B9B9. Windows color (decimal): -22434 or 6203647. OLE color: 6203647.
HSL color Cylindrical-coordinate representation of color #FFA85E: hue angle of 27.58º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FFA85E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 94 | - |
| CMYK | 0 | 0.34 | 0.63 | 0 |
| HSL | 27.58º | 1% | 0.68% | - |
| HSV(B) | 27.58º | 0.63% | 1% | - |
| XYZ | 57.26 | 50.07 | 17.24 | - |
| YUV | 185.58 | 76.32 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 94 | 0 | 0.34 | 0.63 | 0 | 27.58 | 1 | 0.68 |
| Hex | FF | A8 | 5E | 0 | 22 | 3F | 0 | 1C | 64 | 44 |
| Octal | 377 | 250 | 136 | 0 | 42 | 77 | 0 | 34 | 144 | 104 |
| Binary | 11111111 | 10101000 | 1011110 | 0 | 100010 | 111111 | 0 | 11100 | 1100100 | 1000100 |
Color Harmonies of #FFA85E
Complementary color
Monochromatic Colors of #FFA85E
Black with #FFA85E
Text Example
Text Example
White with #FFA85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA85E; }
p { color: rgb(255,168,94); }
H1.HeaderClassName
{
color: #FFA85E;
}
.AnyTagClassName
{
color: #FFA85E;
}
</style>
background-color css
<style>
a { background-color: #FFA85E; }
a { background-color: rgb(255,168,94); }
div.DivClassName
{
background-color: #FFA85E;
}
.BgClassName
{
background-color: #FFA85E;
}
</style>
border-color css
<style>
span { border-color: #FFA85E; }
span { border-color: rgb(255,168,94); }
td.TdClassName
{
border-color: #FFA85E;
}
.TagClassName
{
border-color: #FFA85E;
}
</style>