Shades of Rajah #FEA660
Tints of Rajah #FEA660
RGB
CMYK
RGB Variations
Color information
#FEA660 (or 0xFEA660) is known color: Rajah. HEX triplet: FE, A6 and 60. RGB value is (254,166,96). Sum of RGB (Red+Green+Blue) = 254+166+96=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA660 is #01599F. Grayscale: #B8B8B8. Windows color (decimal): -88480 or 6334206. OLE color: 6334206.
HSL color Cylindrical-coordinate representation of color #FEA660: hue angle of 26.58º 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 #FEA660 is Cyan = 0, Magento = 0.35, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 96 | - |
| CMYK | 0 | 0.35 | 0.62 | 0.00 |
| HSL | 26.58º | 0.99% | 0.69% | - |
| HSV(B) | 26.58º | 0.62% | 1% | - |
| XYZ | 56.62 | 49.19 | 17.58 | - |
| YUV | 184.33 | 78.15 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 96 | 0 | 0.35 | 0.62 | 0.00 | 26.58 | 0.99 | 0.69 |
| Hex | FE | A6 | 60 | 0 | 23 | 3E | 0 | 1B | 63 | 45 |
| Octal | 376 | 246 | 140 | 0 | 43 | 76 | 0 | 33 | 143 | 105 |
| Binary | 11111110 | 10100110 | 1100000 | 0 | 100011 | 111110 | 0 | 11011 | 1100011 | 1000101 |
Color Harmonies of #FEA660
Complementary color
Monochromatic Colors of #FEA660
Black with #FEA660
Text Example
Text Example
White with #FEA660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA660; }
p { color: rgb(254,166,96); }
H1.HeaderClassName
{
color: #FEA660;
}
.AnyTagClassName
{
color: #FEA660;
}
</style>
background-color css
<style>
a { background-color: #FEA660; }
a { background-color: rgb(254,166,96); }
div.DivClassName
{
background-color: #FEA660;
}
.BgClassName
{
background-color: #FEA660;
}
</style>
border-color css
<style>
span { border-color: #FEA660; }
span { border-color: rgb(254,166,96); }
td.TdClassName
{
border-color: #FEA660;
}
.TagClassName
{
border-color: #FEA660;
}
</style>