Shades of Rajah #FEAD67
Tints of Rajah #FEAD67
RGB
CMYK
RGB Variations
Color information
#FEAD67 (or 0xFEAD67) is known color: Rajah. HEX triplet: FE, AD and 67. RGB value is (254,173,103). Sum of RGB (Red+Green+Blue) = 254+173+103=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAD67 is #015298. Grayscale: #BDBDBD. Windows color (decimal): -86681 or 6794750. OLE color: 6794750.
HSL color Cylindrical-coordinate representation of color #FEAD67: hue angle of 27.81º 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 #FEAD67 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 103 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.00 |
| HSL | 27.81º | 0.99% | 0.7% | - |
| HSV(B) | 27.81º | 0.59% | 1% | - |
| XYZ | 58.26 | 51.94 | 19.79 | - |
| YUV | 189.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 103 | 0 | 0.32 | 0.59 | 0.00 | 27.81 | 0.99 | 0.7 |
| Hex | FE | AD | 67 | 0 | 20 | 3B | 0 | 1C | 63 | 46 |
| Octal | 376 | 255 | 147 | 0 | 40 | 73 | 0 | 34 | 143 | 106 |
| Binary | 11111110 | 10101101 | 1100111 | 0 | 100000 | 111011 | 0 | 11100 | 1100011 | 1000110 |
Color Harmonies of #FEAD67
Complementary color
Monochromatic Colors of #FEAD67
Black with #FEAD67
Text Example
Text Example
White with #FEAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD67; }
p { color: rgb(254,173,103); }
H1.HeaderClassName
{
color: #FEAD67;
}
.AnyTagClassName
{
color: #FEAD67;
}
</style>
background-color css
<style>
a { background-color: #FEAD67; }
a { background-color: rgb(254,173,103); }
div.DivClassName
{
background-color: #FEAD67;
}
.BgClassName
{
background-color: #FEAD67;
}
</style>
border-color css
<style>
span { border-color: #FEAD67; }
span { border-color: rgb(254,173,103); }
td.TdClassName
{
border-color: #FEAD67;
}
.TagClassName
{
border-color: #FEAD67;
}
</style>