Shades of Rajah #FEA65E
Tints of Rajah #FEA65E
RGB
CMYK
RGB Variations
Color information
#FEA65E (or 0xFEA65E) is known color: Rajah. HEX triplet: FE, A6 and 5E. RGB value is (254,166,94). Sum of RGB (Red+Green+Blue) = 254+166+94=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 94 (37.11% from 255 or 18.29% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA65E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA65E is #0159A1. Grayscale: #B8B8B8. Windows color (decimal): -88482 or 6203134. OLE color: 6203134.
HSL color Cylindrical-coordinate representation of color #FEA65E: hue angle of 27º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEA65E is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 94 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.00 |
| HSL | 27º | 0.99% | 0.68% | - |
| HSV(B) | 27º | 0.63% | 1% | - |
| XYZ | 56.53 | 49.15 | 17.1 | - |
| YUV | 184.1 | 77.15 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 94 | 0 | 0.35 | 0.63 | 0.00 | 27 | 0.99 | 0.68 |
| Hex | FE | A6 | 5E | 0 | 23 | 3F | 0 | 1B | 63 | 44 |
| Octal | 376 | 246 | 136 | 0 | 43 | 77 | 0 | 33 | 143 | 104 |
| Binary | 11111110 | 10100110 | 1011110 | 0 | 100011 | 111111 | 0 | 11011 | 1100011 | 1000100 |
Color Harmonies of #FEA65E
Complementary color
Monochromatic Colors of #FEA65E
Black with #FEA65E
Text Example
Text Example
White with #FEA65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA65E; }
p { color: rgb(254,166,94); }
H1.HeaderClassName
{
color: #FEA65E;
}
.AnyTagClassName
{
color: #FEA65E;
}
</style>
background-color css
<style>
a { background-color: #FEA65E; }
a { background-color: rgb(254,166,94); }
div.DivClassName
{
background-color: #FEA65E;
}
.BgClassName
{
background-color: #FEA65E;
}
</style>
border-color css
<style>
span { border-color: #FEA65E; }
span { border-color: rgb(254,166,94); }
td.TdClassName
{
border-color: #FEA65E;
}
.TagClassName
{
border-color: #FEA65E;
}
</style>