Shades of Rajah #FEA863
Tints of Rajah #FEA863
RGB
CMYK
RGB Variations
Color information
#FEA863 (or 0xFEA863) is known color: Rajah. HEX triplet: FE, A8 and 63. RGB value is (254,168,99). Sum of RGB (Red+Green+Blue) = 254+168+99=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA863 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA863 is #01579C. Grayscale: #BABABA. Windows color (decimal): -87965 or 6531326. OLE color: 6531326.
HSL color Cylindrical-coordinate representation of color #FEA863: hue angle of 26.71º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEA863 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 99 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.00 |
| HSL | 26.71º | 0.99% | 0.69% | - |
| HSV(B) | 26.71º | 0.61% | 1% | - |
| XYZ | 57.13 | 49.98 | 18.44 | - |
| YUV | 185.85 | 78.99 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 99 | 0 | 0.34 | 0.61 | 0.00 | 26.71 | 0.99 | 0.69 |
| Hex | FE | A8 | 63 | 0 | 22 | 3D | 0 | 1B | 63 | 45 |
| Octal | 376 | 250 | 143 | 0 | 42 | 75 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10101000 | 1100011 | 0 | 100010 | 111101 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEA863
Complementary color
Monochromatic Colors of #FEA863
Black with #FEA863
Text Example
Text Example
White with #FEA863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA863; }
p { color: rgb(254,168,99); }
H1.HeaderClassName
{
color: #FEA863;
}
.AnyTagClassName
{
color: #FEA863;
}
</style>
background-color css
<style>
a { background-color: #FEA863; }
a { background-color: rgb(254,168,99); }
div.DivClassName
{
background-color: #FEA863;
}
.BgClassName
{
background-color: #FEA863;
}
</style>
border-color css
<style>
span { border-color: #FEA863; }
span { border-color: rgb(254,168,99); }
td.TdClassName
{
border-color: #FEA863;
}
.TagClassName
{
border-color: #FEA863;
}
</style>