Shades of Rajah #FFA863
Tints of Rajah #FFA863
RGB
CMYK
RGB Variations
Color information
#FFA863 (or 0xFFA863) is known color: Rajah. HEX triplet: FF, A8 and 63. RGB value is (255,168,99). Sum of RGB (Red+Green+Blue) = 255+168+99=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA863 is #00579C. Grayscale: #BABABA. Windows color (decimal): -22429 or 6531327. OLE color: 6531327.
HSL color Cylindrical-coordinate representation of color #FFA863: hue angle of 26.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FFA863 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 99 | - |
| CMYK | 0 | 0.34 | 0.61 | 0 |
| HSL | 26.54º | 1% | 0.69% | - |
| HSV(B) | 26.54º | 0.61% | 1% | - |
| XYZ | 57.49 | 50.17 | 18.46 | - |
| YUV | 186.15 | 78.82 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 99 | 0 | 0.34 | 0.61 | 0 | 26.54 | 1 | 0.69 |
| Hex | FF | A8 | 63 | 0 | 22 | 3D | 0 | 1B | 64 | 45 |
| Octal | 377 | 250 | 143 | 0 | 42 | 75 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10101000 | 1100011 | 0 | 100010 | 111101 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFA863
Complementary color
Monochromatic Colors of #FFA863
Black with #FFA863
Text Example
Text Example
White with #FFA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA863; }
p { color: rgb(255,168,99); }
H1.HeaderClassName
{
color: #FFA863;
}
.AnyTagClassName
{
color: #FFA863;
}
</style>
background-color css
<style>
a { background-color: #FFA863; }
a { background-color: rgb(255,168,99); }
div.DivClassName
{
background-color: #FFA863;
}
.BgClassName
{
background-color: #FFA863;
}
</style>
border-color css
<style>
span { border-color: #FFA863; }
span { border-color: rgb(255,168,99); }
td.TdClassName
{
border-color: #FFA863;
}
.TagClassName
{
border-color: #FFA863;
}
</style>