Shades of Rajah #FEAC68
Tints of Rajah #FEAC68
RGB
CMYK
RGB Variations
Color information
#FEAC68 (or 0xFEAC68) is known color: Rajah. HEX triplet: FE, AC and 68. RGB value is (254,172,104). Sum of RGB (Red+Green+Blue) = 254+172+104=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC68 is #015397. Grayscale: #BDBDBD. Windows color (decimal): -86936 or 6860030. OLE color: 6860030.
HSL color Cylindrical-coordinate representation of color #FEAC68: hue angle of 27.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FEAC68 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 104 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.00 |
| HSL | 27.2º | 0.99% | 0.7% | - |
| HSV(B) | 27.2º | 0.59% | 1% | - |
| XYZ | 58.12 | 51.58 | 19.99 | - |
| YUV | 188.77 | 80.17 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 104 | 0 | 0.32 | 0.59 | 0.00 | 27.2 | 0.99 | 0.7 |
| Hex | FE | AC | 68 | 0 | 20 | 3B | 0 | 1B | 63 | 46 |
| Octal | 376 | 254 | 150 | 0 | 40 | 73 | 0 | 33 | 143 | 106 |
| Binary | 11111110 | 10101100 | 1101000 | 0 | 100000 | 111011 | 0 | 11011 | 1100011 | 1000110 |
Color Harmonies of #FEAC68
Complementary color
Monochromatic Colors of #FEAC68
Black with #FEAC68
Text Example
Text Example
White with #FEAC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC68; }
p { color: rgb(254,172,104); }
H1.HeaderClassName
{
color: #FEAC68;
}
.AnyTagClassName
{
color: #FEAC68;
}
</style>
background-color css
<style>
a { background-color: #FEAC68; }
a { background-color: rgb(254,172,104); }
div.DivClassName
{
background-color: #FEAC68;
}
.BgClassName
{
background-color: #FEAC68;
}
</style>
border-color css
<style>
span { border-color: #FEAC68; }
span { border-color: rgb(254,172,104); }
td.TdClassName
{
border-color: #FEAC68;
}
.TagClassName
{
border-color: #FEAC68;
}
</style>