Shades of Rajah #FEA85B
Tints of Rajah #FEA85B
RGB
CMYK
RGB Variations
Color information
#FEA85B (or 0xFEA85B) is known color: Rajah. HEX triplet: FE, A8 and 5B. RGB value is (254,168,91). Sum of RGB (Red+Green+Blue) = 254+168+91=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA85B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA85B is #0157A4. Grayscale: #B9B9B9. Windows color (decimal): -87973 or 6007038. OLE color: 6007038.
HSL color Cylindrical-coordinate representation of color #FEA85B: hue angle of 28.34º 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 #FEA85B is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 91 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.00 |
| HSL | 28.34º | 0.99% | 0.68% | - |
| HSV(B) | 28.34º | 0.64% | 1% | - |
| XYZ | 56.76 | 49.83 | 16.52 | - |
| YUV | 184.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 91 | 0 | 0.34 | 0.64 | 0.00 | 28.34 | 0.99 | 0.68 |
| Hex | FE | A8 | 5B | 0 | 22 | 40 | 0 | 1C | 63 | 44 |
| Octal | 376 | 250 | 133 | 0 | 42 | 100 | 0 | 34 | 143 | 104 |
| Binary | 11111110 | 10101000 | 1011011 | 0 | 100010 | 1000000 | 0 | 11100 | 1100011 | 1000100 |
Color Harmonies of #FEA85B
Complementary color
Monochromatic Colors of #FEA85B
Black with #FEA85B
Text Example
Text Example
White with #FEA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA85B; }
p { color: rgb(254,168,91); }
H1.HeaderClassName
{
color: #FEA85B;
}
.AnyTagClassName
{
color: #FEA85B;
}
</style>
background-color css
<style>
a { background-color: #FEA85B; }
a { background-color: rgb(254,168,91); }
div.DivClassName
{
background-color: #FEA85B;
}
.BgClassName
{
background-color: #FEA85B;
}
</style>
border-color css
<style>
span { border-color: #FEA85B; }
span { border-color: rgb(254,168,91); }
td.TdClassName
{
border-color: #FEA85B;
}
.TagClassName
{
border-color: #FEA85B;
}
</style>