Shades of Rajah #FEA759
Tints of Rajah #FEA759
RGB
CMYK
RGB Variations
Color information
#FEA759 (or 0xFEA759) is known color: Rajah. HEX triplet: FE, A7 and 59. RGB value is (254,167,89). Sum of RGB (Red+Green+Blue) = 254+167+89=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 89 (35.16% from 255 or 17.45% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA759 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA759 is #0158A6. Grayscale: #B8B8B8. Windows color (decimal): -88231 or 5875710. OLE color: 5875710.
HSL color Cylindrical-coordinate representation of color #FEA759: hue angle of 28.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEA759 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 89 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.00 |
| HSL | 28.36º | 0.99% | 0.67% | - |
| HSV(B) | 28.36º | 0.65% | 1% | - |
| XYZ | 56.49 | 49.43 | 16.01 | - |
| YUV | 184.12 | 74.32 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 89 | 0 | 0.34 | 0.65 | 0.00 | 28.36 | 0.99 | 0.67 |
| Hex | FE | A7 | 59 | 0 | 22 | 41 | 0 | 1C | 63 | 43 |
| Octal | 376 | 247 | 131 | 0 | 42 | 101 | 0 | 34 | 143 | 103 |
| Binary | 11111110 | 10100111 | 1011001 | 0 | 100010 | 1000001 | 0 | 11100 | 1100011 | 1000011 |
Color Harmonies of #FEA759
Complementary color
Monochromatic Colors of #FEA759
Black with #FEA759
Text Example
Text Example
White with #FEA759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA759; }
p { color: rgb(254,167,89); }
H1.HeaderClassName
{
color: #FEA759;
}
.AnyTagClassName
{
color: #FEA759;
}
</style>
background-color css
<style>
a { background-color: #FEA759; }
a { background-color: rgb(254,167,89); }
div.DivClassName
{
background-color: #FEA759;
}
.BgClassName
{
background-color: #FEA759;
}
</style>
border-color css
<style>
span { border-color: #FEA759; }
span { border-color: rgb(254,167,89); }
td.TdClassName
{
border-color: #FEA759;
}
.TagClassName
{
border-color: #FEA759;
}
</style>