Shades of Rajah #FEA95D
Tints of Rajah #FEA95D
RGB
CMYK
RGB Variations
Color information
#FEA95D (or 0xFEA95D) is known color: Rajah. HEX triplet: FE, A9 and 5D. RGB value is (254,169,93). Sum of RGB (Red+Green+Blue) = 254+169+93=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA95D is #0156A2. Grayscale: #BABABA. Windows color (decimal): -87715 or 6138366. OLE color: 6138366.
HSL color Cylindrical-coordinate representation of color #FEA95D: hue angle of 28.32º 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 #FEA95D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.00 |
| HSL | 28.32º | 0.99% | 0.68% | - |
| HSV(B) | 28.32º | 0.63% | 1% | - |
| XYZ | 57.04 | 50.24 | 17.05 | - |
| YUV | 185.75 | 75.66 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 93 | 0 | 0.33 | 0.63 | 0.00 | 28.32 | 0.99 | 0.68 |
| Hex | FE | A9 | 5D | 0 | 21 | 3F | 0 | 1C | 63 | 44 |
| Octal | 376 | 251 | 135 | 0 | 41 | 77 | 0 | 34 | 143 | 104 |
| Binary | 11111110 | 10101001 | 1011101 | 0 | 100001 | 111111 | 0 | 11100 | 1100011 | 1000100 |
Color Harmonies of #FEA95D
Complementary color
Monochromatic Colors of #FEA95D
Black with #FEA95D
Text Example
Text Example
White with #FEA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA95D; }
p { color: rgb(254,169,93); }
H1.HeaderClassName
{
color: #FEA95D;
}
.AnyTagClassName
{
color: #FEA95D;
}
</style>
background-color css
<style>
a { background-color: #FEA95D; }
a { background-color: rgb(254,169,93); }
div.DivClassName
{
background-color: #FEA95D;
}
.BgClassName
{
background-color: #FEA95D;
}
</style>
border-color css
<style>
span { border-color: #FEA95D; }
span { border-color: rgb(254,169,93); }
td.TdClassName
{
border-color: #FEA95D;
}
.TagClassName
{
border-color: #FEA95D;
}
</style>