Shades of Rajah #FEAC65
Tints of Rajah #FEAC65
RGB
CMYK
RGB Variations
Color information
#FEAC65 (or 0xFEAC65) is known color: Rajah. HEX triplet: FE, AC and 65. RGB value is (254,172,101). Sum of RGB (Red+Green+Blue) = 254+172+101=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC65 is #01539A. Grayscale: #BCBCBC. Windows color (decimal): -86939 or 6663422. OLE color: 6663422.
HSL color Cylindrical-coordinate representation of color #FEAC65: hue angle of 27.84º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FEAC65 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 101 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.00 |
| HSL | 27.84º | 0.99% | 0.7% | - |
| HSV(B) | 27.84º | 0.6% | 1% | - |
| XYZ | 57.97 | 51.52 | 19.2 | - |
| YUV | 188.42 | 78.67 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 101 | 0 | 0.32 | 0.60 | 0.00 | 27.84 | 0.99 | 0.7 |
| Hex | FE | AC | 65 | 0 | 20 | 3C | 0 | 1C | 63 | 46 |
| Octal | 376 | 254 | 145 | 0 | 40 | 74 | 0 | 34 | 143 | 106 |
| Binary | 11111110 | 10101100 | 1100101 | 0 | 100000 | 111100 | 0 | 11100 | 1100011 | 1000110 |
Color Harmonies of #FEAC65
Complementary color
Monochromatic Colors of #FEAC65
Black with #FEAC65
Text Example
Text Example
White with #FEAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC65; }
p { color: rgb(254,172,101); }
H1.HeaderClassName
{
color: #FEAC65;
}
.AnyTagClassName
{
color: #FEAC65;
}
</style>
background-color css
<style>
a { background-color: #FEAC65; }
a { background-color: rgb(254,172,101); }
div.DivClassName
{
background-color: #FEAC65;
}
.BgClassName
{
background-color: #FEAC65;
}
</style>
border-color css
<style>
span { border-color: #FEAC65; }
span { border-color: rgb(254,172,101); }
td.TdClassName
{
border-color: #FEAC65;
}
.TagClassName
{
border-color: #FEAC65;
}
</style>