Shades of Rajah #FEAC6A
Tints of Rajah #FEAC6A
RGB
CMYK
RGB Variations
Color information
#FEAC6A (or 0xFEAC6A) is known color: Rajah. HEX triplet: FE, AC and 6A. RGB value is (254,172,106). Sum of RGB (Red+Green+Blue) = 254+172+106=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC6A is #015395. Grayscale: #BDBDBD. Windows color (decimal): -86934 or 6991102. OLE color: 6991102.
HSL color Cylindrical-coordinate representation of color #FEAC6A: hue angle of 26.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEAC6A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 106 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.00 |
| HSL | 26.76º | 0.99% | 0.71% | - |
| HSV(B) | 26.76º | 0.58% | 1% | - |
| XYZ | 58.23 | 51.62 | 20.53 | - |
| YUV | 188.99 | 81.17 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 106 | 0 | 0.32 | 0.58 | 0.00 | 26.76 | 0.99 | 0.71 |
| Hex | FE | AC | 6A | 0 | 20 | 3A | 0 | 1B | 63 | 47 |
| Octal | 376 | 254 | 152 | 0 | 40 | 72 | 0 | 33 | 143 | 107 |
| Binary | 11111110 | 10101100 | 1101010 | 0 | 100000 | 111010 | 0 | 11011 | 1100011 | 1000111 |
Color Harmonies of #FEAC6A
Complementary color
Monochromatic Colors of #FEAC6A
Black with #FEAC6A
Text Example
Text Example
White with #FEAC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC6A; }
p { color: rgb(254,172,106); }
H1.HeaderClassName
{
color: #FEAC6A;
}
.AnyTagClassName
{
color: #FEAC6A;
}
</style>
background-color css
<style>
a { background-color: #FEAC6A; }
a { background-color: rgb(254,172,106); }
div.DivClassName
{
background-color: #FEAC6A;
}
.BgClassName
{
background-color: #FEAC6A;
}
</style>
border-color css
<style>
span { border-color: #FEAC6A; }
span { border-color: rgb(254,172,106); }
td.TdClassName
{
border-color: #FEAC6A;
}
.TagClassName
{
border-color: #FEAC6A;
}
</style>