Shades of Rajah #FFA864
Tints of Rajah #FFA864
RGB
CMYK
RGB Variations
Color information
#FFA864 (or 0xFFA864) is known color: Rajah. HEX triplet: FF, A8 and 64. RGB value is (255,168,100). Sum of RGB (Red+Green+Blue) = 255+168+100=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA864 is #00579B. Grayscale: #BABABA. Windows color (decimal): -22428 or 6596863. OLE color: 6596863.
HSL color Cylindrical-coordinate representation of color #FFA864: hue angle of 26.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA864 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 100 | - |
| CMYK | 0 | 0.34 | 0.61 | 0 |
| HSL | 26.32º | 1% | 0.7% | - |
| HSV(B) | 26.32º | 0.61% | 1% | - |
| XYZ | 57.54 | 50.19 | 18.71 | - |
| YUV | 186.26 | 79.32 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 100 | 0 | 0.34 | 0.61 | 0 | 26.32 | 1 | 0.7 |
| Hex | FF | A8 | 64 | 0 | 22 | 3D | 0 | 1A | 64 | 46 |
| Octal | 377 | 250 | 144 | 0 | 42 | 75 | 0 | 32 | 144 | 106 |
| Binary | 11111111 | 10101000 | 1100100 | 0 | 100010 | 111101 | 0 | 11010 | 1100100 | 1000110 |
Color Harmonies of #FFA864
Complementary color
Monochromatic Colors of #FFA864
Black with #FFA864
Text Example
Text Example
White with #FFA864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA864; }
p { color: rgb(255,168,100); }
H1.HeaderClassName
{
color: #FFA864;
}
.AnyTagClassName
{
color: #FFA864;
}
</style>
background-color css
<style>
a { background-color: #FFA864; }
a { background-color: rgb(255,168,100); }
div.DivClassName
{
background-color: #FFA864;
}
.BgClassName
{
background-color: #FFA864;
}
</style>
border-color css
<style>
span { border-color: #FFA864; }
span { border-color: rgb(255,168,100); }
td.TdClassName
{
border-color: #FFA864;
}
.TagClassName
{
border-color: #FFA864;
}
</style>