Shades of Rajah #FFA865
Tints of Rajah #FFA865
RGB
CMYK
RGB Variations
Color information
#FFA865 (or 0xFFA865) is known color: Rajah. HEX triplet: FF, A8 and 65. RGB value is (255,168,101). Sum of RGB (Red+Green+Blue) = 255+168+101=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA865 is #00579A. Grayscale: #BABABA. Windows color (decimal): -22427 or 6662399. OLE color: 6662399.
HSL color Cylindrical-coordinate representation of color #FFA865: hue angle of 26.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA865 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 101 | - |
| CMYK | 0 | 0.34 | 0.60 | 0 |
| HSL | 26.1º | 1% | 0.7% | - |
| HSV(B) | 26.1º | 0.6% | 1% | - |
| XYZ | 57.59 | 50.2 | 18.97 | - |
| YUV | 186.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 101 | 0 | 0.34 | 0.60 | 0 | 26.1 | 1 | 0.7 |
| Hex | FF | A8 | 65 | 0 | 22 | 3C | 0 | 1A | 64 | 46 |
| Octal | 377 | 250 | 145 | 0 | 42 | 74 | 0 | 32 | 144 | 106 |
| Binary | 11111111 | 10101000 | 1100101 | 0 | 100010 | 111100 | 0 | 11010 | 1100100 | 1000110 |
Color Harmonies of #FFA865
Complementary color
Monochromatic Colors of #FFA865
Black with #FFA865
Text Example
Text Example
White with #FFA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA865; }
p { color: rgb(255,168,101); }
H1.HeaderClassName
{
color: #FFA865;
}
.AnyTagClassName
{
color: #FFA865;
}
</style>
background-color css
<style>
a { background-color: #FFA865; }
a { background-color: rgb(255,168,101); }
div.DivClassName
{
background-color: #FFA865;
}
.BgClassName
{
background-color: #FFA865;
}
</style>
border-color css
<style>
span { border-color: #FFA865; }
span { border-color: rgb(255,168,101); }
td.TdClassName
{
border-color: #FFA865;
}
.TagClassName
{
border-color: #FFA865;
}
</style>