Shades of Rajah #FEAC5D
Tints of Rajah #FEAC5D
RGB
CMYK
RGB Variations
Color information
#FEAC5D (or 0xFEAC5D) is known color: Rajah. HEX triplet: FE, AC and 5D. RGB value is (254,172,93). Sum of RGB (Red+Green+Blue) = 254+172+93=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC5D is #0153A2. Grayscale: #BBBBBB. Windows color (decimal): -86947 or 6139134. OLE color: 6139134.
HSL color Cylindrical-coordinate representation of color #FEAC5D: hue angle of 29.44º 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 #FEAC5D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.00 |
| HSL | 29.44º | 0.99% | 0.68% | - |
| HSV(B) | 29.44º | 0.63% | 1% | - |
| XYZ | 57.6 | 51.37 | 17.23 | - |
| YUV | 187.51 | 74.67 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 93 | 0 | 0.32 | 0.63 | 0.00 | 29.44 | 0.99 | 0.68 |
| Hex | FE | AC | 5D | 0 | 20 | 3F | 0 | 1D | 63 | 44 |
| Octal | 376 | 254 | 135 | 0 | 40 | 77 | 0 | 35 | 143 | 104 |
| Binary | 11111110 | 10101100 | 1011101 | 0 | 100000 | 111111 | 0 | 11101 | 1100011 | 1000100 |
Color Harmonies of #FEAC5D
Complementary color
Monochromatic Colors of #FEAC5D
Black with #FEAC5D
Text Example
Text Example
White with #FEAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC5D; }
p { color: rgb(254,172,93); }
H1.HeaderClassName
{
color: #FEAC5D;
}
.AnyTagClassName
{
color: #FEAC5D;
}
</style>
background-color css
<style>
a { background-color: #FEAC5D; }
a { background-color: rgb(254,172,93); }
div.DivClassName
{
background-color: #FEAC5D;
}
.BgClassName
{
background-color: #FEAC5D;
}
</style>
border-color css
<style>
span { border-color: #FEAC5D; }
span { border-color: rgb(254,172,93); }
td.TdClassName
{
border-color: #FEAC5D;
}
.TagClassName
{
border-color: #FEAC5D;
}
</style>