Shades of Rajah #FFA859
Tints of Rajah #FFA859
RGB
CMYK
RGB Variations
Color information
#FFA859 (or 0xFFA859) is known color: Rajah. HEX triplet: FF, A8 and 59. RGB value is (255,168,89). Sum of RGB (Red+Green+Blue) = 255+168+89=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 89 (35.16% from 255 or 17.38% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA859 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA859 is #0057A6. Grayscale: #B9B9B9. Windows color (decimal): -22439 or 5875967. OLE color: 5875967.
HSL color Cylindrical-coordinate representation of color #FFA859: hue angle of 28.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FFA859 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 89 | - |
| CMYK | 0 | 0.34 | 0.65 | 0 |
| HSL | 28.55º | 1% | 0.67% | - |
| HSV(B) | 28.55º | 0.65% | 1% | - |
| XYZ | 57.05 | 49.99 | 16.09 | - |
| YUV | 185.01 | 73.82 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 89 | 0 | 0.34 | 0.65 | 0 | 28.55 | 1 | 0.67 |
| Hex | FF | A8 | 59 | 0 | 22 | 41 | 0 | 1D | 64 | 43 |
| Octal | 377 | 250 | 131 | 0 | 42 | 101 | 0 | 35 | 144 | 103 |
| Binary | 11111111 | 10101000 | 1011001 | 0 | 100010 | 1000001 | 0 | 11101 | 1100100 | 1000011 |
Color Harmonies of #FFA859
Complementary color
Monochromatic Colors of #FFA859
Black with #FFA859
Text Example
Text Example
White with #FFA859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA859; }
p { color: rgb(255,168,89); }
H1.HeaderClassName
{
color: #FFA859;
}
.AnyTagClassName
{
color: #FFA859;
}
</style>
background-color css
<style>
a { background-color: #FFA859; }
a { background-color: rgb(255,168,89); }
div.DivClassName
{
background-color: #FFA859;
}
.BgClassName
{
background-color: #FFA859;
}
</style>
border-color css
<style>
span { border-color: #FFA859; }
span { border-color: rgb(255,168,89); }
td.TdClassName
{
border-color: #FFA859;
}
.TagClassName
{
border-color: #FFA859;
}
</style>