Shades of Rajah #FEAB69
Tints of Rajah #FEAB69
RGB
CMYK
RGB Variations
Color information
#FEAB69 (or 0xFEAB69) is known color: Rajah. HEX triplet: FE, AB and 69. RGB value is (254,171,105). Sum of RGB (Red+Green+Blue) = 254+171+105=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB69 is #015496. Grayscale: #BCBCBC. Windows color (decimal): -87191 or 6925310. OLE color: 6925310.
HSL color Cylindrical-coordinate representation of color #FEAB69: hue angle of 26.58º 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 #FEAB69 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 105 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.00 |
| HSL | 26.58º | 0.99% | 0.7% | - |
| HSV(B) | 26.58º | 0.59% | 1% | - |
| XYZ | 57.99 | 51.22 | 20.19 | - |
| YUV | 188.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 105 | 0 | 0.33 | 0.59 | 0.00 | 26.58 | 0.99 | 0.7 |
| Hex | FE | AB | 69 | 0 | 21 | 3B | 0 | 1B | 63 | 46 |
| Octal | 376 | 253 | 151 | 0 | 41 | 73 | 0 | 33 | 143 | 106 |
| Binary | 11111110 | 10101011 | 1101001 | 0 | 100001 | 111011 | 0 | 11011 | 1100011 | 1000110 |
Color Harmonies of #FEAB69
Complementary color
Monochromatic Colors of #FEAB69
Black with #FEAB69
Text Example
Text Example
White with #FEAB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB69; }
p { color: rgb(254,171,105); }
H1.HeaderClassName
{
color: #FEAB69;
}
.AnyTagClassName
{
color: #FEAB69;
}
</style>
background-color css
<style>
a { background-color: #FEAB69; }
a { background-color: rgb(254,171,105); }
div.DivClassName
{
background-color: #FEAB69;
}
.BgClassName
{
background-color: #FEAB69;
}
</style>
border-color css
<style>
span { border-color: #FEAB69; }
span { border-color: rgb(254,171,105); }
td.TdClassName
{
border-color: #FEAB69;
}
.TagClassName
{
border-color: #FEAB69;
}
</style>