Shades of Rajah #FEAB5A
Tints of Rajah #FEAB5A
RGB
CMYK
RGB Variations
Color information
#FEAB5A (or 0xFEAB5A) is known color: Rajah. HEX triplet: FE, AB and 5A. RGB value is (254,171,90). Sum of RGB (Red+Green+Blue) = 254+171+90=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 90 (35.55% from 255 or 17.48% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB5A is #0154A5. Grayscale: #BABABA. Windows color (decimal): -87206 or 5942270. OLE color: 5942270.
HSL color Cylindrical-coordinate representation of color #FEAB5A: hue angle of 29.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEAB5A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 90 | - |
| CMYK | 0 | 0.33 | 0.65 | 0.00 |
| HSL | 29.63º | 0.99% | 0.67% | - |
| HSV(B) | 29.63º | 0.65% | 1% | - |
| XYZ | 57.28 | 50.93 | 16.49 | - |
| YUV | 186.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 90 | 0 | 0.33 | 0.65 | 0.00 | 29.63 | 0.99 | 0.67 |
| Hex | FE | AB | 5A | 0 | 21 | 41 | 0 | 1E | 63 | 43 |
| Octal | 376 | 253 | 132 | 0 | 41 | 101 | 0 | 36 | 143 | 103 |
| Binary | 11111110 | 10101011 | 1011010 | 0 | 100001 | 1000001 | 0 | 11110 | 1100011 | 1000011 |
Color Harmonies of #FEAB5A
Complementary color
Monochromatic Colors of #FEAB5A
Black with #FEAB5A
Text Example
Text Example
White with #FEAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB5A; }
p { color: rgb(254,171,90); }
H1.HeaderClassName
{
color: #FEAB5A;
}
.AnyTagClassName
{
color: #FEAB5A;
}
</style>
background-color css
<style>
a { background-color: #FEAB5A; }
a { background-color: rgb(254,171,90); }
div.DivClassName
{
background-color: #FEAB5A;
}
.BgClassName
{
background-color: #FEAB5A;
}
</style>
border-color css
<style>
span { border-color: #FEAB5A; }
span { border-color: rgb(254,171,90); }
td.TdClassName
{
border-color: #FEAB5A;
}
.TagClassName
{
border-color: #FEAB5A;
}
</style>