Shades of Rajah #FEAB5B
Tints of Rajah #FEAB5B
RGB
CMYK
RGB Variations
Color information
#FEAB5B (or 0xFEAB5B) is known color: Rajah. HEX triplet: FE, AB and 5B. RGB value is (254,171,91). Sum of RGB (Red+Green+Blue) = 254+171+91=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB5B is #0154A4. Grayscale: #BBBBBB. Windows color (decimal): -87205 or 6007806. OLE color: 6007806.
HSL color Cylindrical-coordinate representation of color #FEAB5B: hue angle of 29.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEAB5B is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 91 | - |
| CMYK | 0 | 0.33 | 0.64 | 0.00 |
| HSL | 29.45º | 0.99% | 0.68% | - |
| HSV(B) | 29.45º | 0.64% | 1% | - |
| XYZ | 57.32 | 50.95 | 16.71 | - |
| YUV | 186.7 | 74 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 91 | 0 | 0.33 | 0.64 | 0.00 | 29.45 | 0.99 | 0.68 |
| Hex | FE | AB | 5B | 0 | 21 | 40 | 0 | 1D | 63 | 44 |
| Octal | 376 | 253 | 133 | 0 | 41 | 100 | 0 | 35 | 143 | 104 |
| Binary | 11111110 | 10101011 | 1011011 | 0 | 100001 | 1000000 | 0 | 11101 | 1100011 | 1000100 |
Color Harmonies of #FEAB5B
Complementary color
Monochromatic Colors of #FEAB5B
Black with #FEAB5B
Text Example
Text Example
White with #FEAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB5B; }
p { color: rgb(254,171,91); }
H1.HeaderClassName
{
color: #FEAB5B;
}
.AnyTagClassName
{
color: #FEAB5B;
}
</style>
background-color css
<style>
a { background-color: #FEAB5B; }
a { background-color: rgb(254,171,91); }
div.DivClassName
{
background-color: #FEAB5B;
}
.BgClassName
{
background-color: #FEAB5B;
}
</style>
border-color css
<style>
span { border-color: #FEAB5B; }
span { border-color: rgb(254,171,91); }
td.TdClassName
{
border-color: #FEAB5B;
}
.TagClassName
{
border-color: #FEAB5B;
}
</style>