Shades of Rajah #FEAC67
Tints of Rajah #FEAC67
RGB
CMYK
RGB Variations
Color information
#FEAC67 (or 0xFEAC67) is known color: Rajah. HEX triplet: FE, AC and 67. RGB value is (254,172,103). Sum of RGB (Red+Green+Blue) = 254+172+103=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 103 (40.62% from 255 or 19.47% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC67 is #015398. Grayscale: #BDBDBD. Windows color (decimal): -86937 or 6794494. OLE color: 6794494.
HSL color Cylindrical-coordinate representation of color #FEAC67: hue angle of 27.42º 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 #FEAC67 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 103 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.00 |
| HSL | 27.42º | 0.99% | 0.7% | - |
| HSV(B) | 27.42º | 0.59% | 1% | - |
| XYZ | 58.07 | 51.56 | 19.72 | - |
| YUV | 188.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 103 | 0 | 0.32 | 0.59 | 0.00 | 27.42 | 0.99 | 0.7 |
| Hex | FE | AC | 67 | 0 | 20 | 3B | 0 | 1B | 63 | 46 |
| Octal | 376 | 254 | 147 | 0 | 40 | 73 | 0 | 33 | 143 | 106 |
| Binary | 11111110 | 10101100 | 1100111 | 0 | 100000 | 111011 | 0 | 11011 | 1100011 | 1000110 |
Color Harmonies of #FEAC67
Complementary color
Monochromatic Colors of #FEAC67
Black with #FEAC67
Text Example
Text Example
White with #FEAC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC67; }
p { color: rgb(254,172,103); }
H1.HeaderClassName
{
color: #FEAC67;
}
.AnyTagClassName
{
color: #FEAC67;
}
</style>
background-color css
<style>
a { background-color: #FEAC67; }
a { background-color: rgb(254,172,103); }
div.DivClassName
{
background-color: #FEAC67;
}
.BgClassName
{
background-color: #FEAC67;
}
</style>
border-color css
<style>
span { border-color: #FEAC67; }
span { border-color: rgb(254,172,103); }
td.TdClassName
{
border-color: #FEAC67;
}
.TagClassName
{
border-color: #FEAC67;
}
</style>