Shades of Rajah #FFA862
Tints of Rajah #FFA862
RGB
CMYK
RGB Variations
Color information
#FFA862 (or 0xFFA862) is known color: Rajah. HEX triplet: FF, A8 and 62. RGB value is (255,168,98). Sum of RGB (Red+Green+Blue) = 255+168+98=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA862 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA862 is #00579D. Grayscale: #BABABA. Windows color (decimal): -22430 or 6465791. OLE color: 6465791.
HSL color Cylindrical-coordinate representation of color #FFA862: hue angle of 26.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFA862 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 98 | - |
| CMYK | 0 | 0.34 | 0.62 | 0 |
| HSL | 26.75º | 1% | 0.69% | - |
| HSV(B) | 26.75º | 0.62% | 1% | - |
| XYZ | 57.45 | 50.15 | 18.21 | - |
| YUV | 186.03 | 78.32 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 98 | 0 | 0.34 | 0.62 | 0 | 26.75 | 1 | 0.69 |
| Hex | FF | A8 | 62 | 0 | 22 | 3E | 0 | 1B | 64 | 45 |
| Octal | 377 | 250 | 142 | 0 | 42 | 76 | 0 | 33 | 144 | 105 |
| Binary | 11111111 | 10101000 | 1100010 | 0 | 100010 | 111110 | 0 | 11011 | 1100100 | 1000101 |
Color Harmonies of #FFA862
Complementary color
Monochromatic Colors of #FFA862
Black with #FFA862
Text Example
Text Example
White with #FFA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA862; }
p { color: rgb(255,168,98); }
H1.HeaderClassName
{
color: #FFA862;
}
.AnyTagClassName
{
color: #FFA862;
}
</style>
background-color css
<style>
a { background-color: #FFA862; }
a { background-color: rgb(255,168,98); }
div.DivClassName
{
background-color: #FFA862;
}
.BgClassName
{
background-color: #FFA862;
}
</style>
border-color css
<style>
span { border-color: #FFA862; }
span { border-color: rgb(255,168,98); }
td.TdClassName
{
border-color: #FFA862;
}
.TagClassName
{
border-color: #FFA862;
}
</style>