Shades of Rajah #FEAE5E
Tints of Rajah #FEAE5E
RGB
CMYK
RGB Variations
Color information
#FEAE5E (or 0xFEAE5E) is known color: Rajah. HEX triplet: FE, AE and 5E. RGB value is (254,174,94). Sum of RGB (Red+Green+Blue) = 254+174+94=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 94 (37.11% from 255 or 18.01% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAE5E is #0151A1. Grayscale: #BDBDBD. Windows color (decimal): -86434 or 6205182. OLE color: 6205182.
HSL color Cylindrical-coordinate representation of color #FEAE5E: hue angle of 30º 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 #FEAE5E is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 174 | 94 | - |
CMYK | 0 | 0.31 | 0.63 | 0.00 |
HSL | 30º | 0.99% | 0.68% | - |
HSV(B) | 30º | 0.63% | 1% | - |
XYZ | 58.03 | 52.15 | 17.6 | - |
YUV | 188.8 | 74.5 | 174.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 174 | 94 | 0 | 0.31 | 0.63 | 0.00 | 30 | 0.99 | 0.68 |
Hex | FE | AE | 5E | 0 | 1F | 3F | 0 | 1E | 63 | 44 |
Octal | 376 | 256 | 136 | 0 | 37 | 77 | 0 | 36 | 143 | 104 |
Binary | 11111110 | 10101110 | 1011110 | 0 | 11111 | 111111 | 0 | 11110 | 1100011 | 1000100 |
Color Harmonies of #FEAE5E
Complementary color
Monochromatic Colors of #FEAE5E
Black with #FEAE5E
Text Example
Text Example
White with #FEAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAE5E; }
p { color: rgb(254,174,94); }
H1.HeaderClassName
{
color: #FEAE5E;
}
.AnyTagClassName
{
color: #FEAE5E;
}
</style>
background-color css
<style>
a { background-color: #FEAE5E; }
a { background-color: rgb(254,174,94); }
div.DivClassName
{
background-color: #FEAE5E;
}
.BgClassName
{
background-color: #FEAE5E;
}
</style>
border-color css
<style>
span { border-color: #FEAE5E; }
span { border-color: rgb(254,174,94); }
td.TdClassName
{
border-color: #FEAE5E;
}
.TagClassName
{
border-color: #FEAE5E;
}
</style>