Shades of Rajah #FEA967
Tints of Rajah #FEA967
RGB
CMYK
RGB Variations
Color information
#FEA967 (or 0xFEA967) is known color: Rajah. HEX triplet: FE, A9 and 67. RGB value is (254,169,103). Sum of RGB (Red+Green+Blue) = 254+169+103=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA967 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA967 is #015698. Grayscale: #BBBBBB. Windows color (decimal): -87705 or 6793726. OLE color: 6793726.
HSL color Cylindrical-coordinate representation of color #FEA967: hue angle of 26.23º 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 #FEA967 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 103 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.00 |
| HSL | 26.23º | 0.99% | 0.7% | - |
| HSV(B) | 26.23º | 0.59% | 1% | - |
| XYZ | 57.51 | 50.43 | 19.53 | - |
| YUV | 186.89 | 80.66 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 103 | 0 | 0.33 | 0.59 | 0.00 | 26.23 | 0.99 | 0.7 |
| Hex | FE | A9 | 67 | 0 | 21 | 3B | 0 | 1A | 63 | 46 |
| Octal | 376 | 251 | 147 | 0 | 41 | 73 | 0 | 32 | 143 | 106 |
| Binary | 11111110 | 10101001 | 1100111 | 0 | 100001 | 111011 | 0 | 11010 | 1100011 | 1000110 |
Color Harmonies of #FEA967
Complementary color
Monochromatic Colors of #FEA967
Black with #FEA967
Text Example
Text Example
White with #FEA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA967; }
p { color: rgb(254,169,103); }
H1.HeaderClassName
{
color: #FEA967;
}
.AnyTagClassName
{
color: #FEA967;
}
</style>
background-color css
<style>
a { background-color: #FEA967; }
a { background-color: rgb(254,169,103); }
div.DivClassName
{
background-color: #FEA967;
}
.BgClassName
{
background-color: #FEA967;
}
</style>
border-color css
<style>
span { border-color: #FEA967; }
span { border-color: rgb(254,169,103); }
td.TdClassName
{
border-color: #FEA967;
}
.TagClassName
{
border-color: #FEA967;
}
</style>