Shades of Rajah #FEA760
Tints of Rajah #FEA760
RGB
CMYK
RGB Variations
Color information
#FEA760 (or 0xFEA760) is known color: Rajah. HEX triplet: FE, A7 and 60. RGB value is (254,167,96). Sum of RGB (Red+Green+Blue) = 254+167+96=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA760 is #01589F. Grayscale: #B9B9B9. Windows color (decimal): -88224 or 6334462. OLE color: 6334462.
HSL color Cylindrical-coordinate representation of color #FEA760: hue angle of 26.96º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEA760 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 167 | 96 | - |
| CMYK | 0 | 0.34 | 0.62 | 0.00 |
| HSL | 26.96º | 0.99% | 0.69% | - |
| HSV(B) | 26.96º | 0.62% | 1% | - |
| XYZ | 56.8 | 49.55 | 17.64 | - |
| YUV | 184.92 | 77.82 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 167 | 96 | 0 | 0.34 | 0.62 | 0.00 | 26.96 | 0.99 | 0.69 |
| Hex | FE | A7 | 60 | 0 | 22 | 3E | 0 | 1B | 63 | 45 |
| Octal | 376 | 247 | 140 | 0 | 42 | 76 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10100111 | 1100000 | 0 | 100010 | 111110 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEA760
Complementary color
Monochromatic Colors of #FEA760
Black with #FEA760
Text Example
Text Example
White with #FEA760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA760; }
p { color: rgb(254,167,96); }
H1.HeaderClassName
{
color: #FEA760;
}
.AnyTagClassName
{
color: #FEA760;
}
</style>
background-color css
<style>
a { background-color: #FEA760; }
a { background-color: rgb(254,167,96); }
div.DivClassName
{
background-color: #FEA760;
}
.BgClassName
{
background-color: #FEA760;
}
</style>
border-color css
<style>
span { border-color: #FEA760; }
span { border-color: rgb(254,167,96); }
td.TdClassName
{
border-color: #FEA760;
}
.TagClassName
{
border-color: #FEA760;
}
</style>