Shades of Rajah #FEA865
Tints of Rajah #FEA865
RGB
CMYK
RGB Variations
Color information
#FEA865 (or 0xFEA865) is known color: Rajah. HEX triplet: FE, A8 and 65. RGB value is (254,168,101). Sum of RGB (Red+Green+Blue) = 254+168+101=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA865 is #01579A. Grayscale: #BABABA. Windows color (decimal): -87963 or 6662398. OLE color: 6662398.
HSL color Cylindrical-coordinate representation of color #FEA865: hue angle of 26.27º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEA865 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 101 | - |
| CMYK | 0 | 0.34 | 0.60 | 0.00 |
| HSL | 26.27º | 0.99% | 0.7% | - |
| HSV(B) | 26.27º | 0.6% | 1% | - |
| XYZ | 57.22 | 50.02 | 18.95 | - |
| YUV | 186.08 | 79.99 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 101 | 0 | 0.34 | 0.60 | 0.00 | 26.27 | 0.99 | 0.7 |
| Hex | FE | A8 | 65 | 0 | 22 | 3C | 0 | 1A | 63 | 46 |
| Octal | 376 | 250 | 145 | 0 | 42 | 74 | 0 | 32 | 143 | 106 |
| Binary | 11111110 | 10101000 | 1100101 | 0 | 100010 | 111100 | 0 | 11010 | 1100011 | 1000110 |
Color Harmonies of #FEA865
Complementary color
Monochromatic Colors of #FEA865
Black with #FEA865
Text Example
Text Example
White with #FEA865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA865; }
p { color: rgb(254,168,101); }
H1.HeaderClassName
{
color: #FEA865;
}
.AnyTagClassName
{
color: #FEA865;
}
</style>
background-color css
<style>
a { background-color: #FEA865; }
a { background-color: rgb(254,168,101); }
div.DivClassName
{
background-color: #FEA865;
}
.BgClassName
{
background-color: #FEA865;
}
</style>
border-color css
<style>
span { border-color: #FEA865; }
span { border-color: rgb(254,168,101); }
td.TdClassName
{
border-color: #FEA865;
}
.TagClassName
{
border-color: #FEA865;
}
</style>