Shades of Rajah #FEAB5D
Tints of Rajah #FEAB5D
RGB
CMYK
RGB Variations
Color information
#FEAB5D (or 0xFEAB5D) is known color: Rajah. HEX triplet: FE, AB and 5D. RGB value is (254,171,93). Sum of RGB (Red+Green+Blue) = 254+171+93=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 171 (67.19% from 255 or 33.01% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB5D is #0154A2. Grayscale: #BBBBBB. Windows color (decimal): -87203 or 6138878. OLE color: 6138878.
HSL color Cylindrical-coordinate representation of color #FEAB5D: hue angle of 29.07º 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 #FEAB5D is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 93 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.00 |
| HSL | 29.07º | 0.99% | 0.68% | - |
| HSV(B) | 29.07º | 0.63% | 1% | - |
| XYZ | 57.41 | 50.99 | 17.17 | - |
| YUV | 186.93 | 75 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 93 | 0 | 0.33 | 0.63 | 0.00 | 29.07 | 0.99 | 0.68 |
| Hex | FE | AB | 5D | 0 | 21 | 3F | 0 | 1D | 63 | 44 |
| Octal | 376 | 253 | 135 | 0 | 41 | 77 | 0 | 35 | 143 | 104 |
| Binary | 11111110 | 10101011 | 1011101 | 0 | 100001 | 111111 | 0 | 11101 | 1100011 | 1000100 |
Color Harmonies of #FEAB5D
Complementary color
Monochromatic Colors of #FEAB5D
Black with #FEAB5D
Text Example
Text Example
White with #FEAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB5D; }
p { color: rgb(254,171,93); }
H1.HeaderClassName
{
color: #FEAB5D;
}
.AnyTagClassName
{
color: #FEAB5D;
}
</style>
background-color css
<style>
a { background-color: #FEAB5D; }
a { background-color: rgb(254,171,93); }
div.DivClassName
{
background-color: #FEAB5D;
}
.BgClassName
{
background-color: #FEAB5D;
}
</style>
border-color css
<style>
span { border-color: #FEAB5D; }
span { border-color: rgb(254,171,93); }
td.TdClassName
{
border-color: #FEAB5D;
}
.TagClassName
{
border-color: #FEAB5D;
}
</style>