Shades of Rajah #F4AD65
Tints of Rajah #F4AD65
RGB
CMYK
RGB Variations
Color information
#F4AD65 (or 0xF4AD65) is known color: Rajah. HEX triplet: F4, AD and 65. RGB value is (244,173,101). Sum of RGB (Red+Green+Blue) = 244+173+101=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AD65 is #0B529A. Grayscale: #BABABA. Windows color (decimal): -742043 or 6663668. OLE color: 6663668.
HSL color Cylindrical-coordinate representation of color #F4AD65: hue angle of 30.21º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4AD65 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 173 | 101 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.04 |
| HSL | 30.21º | 0.87% | 0.68% | - |
| HSV(B) | 30.21º | 0.59% | 0.96% | - |
| XYZ | 54.6 | 50.06 | 19.1 | - |
| YUV | 186.02 | 80.02 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 173 | 101 | 0 | 0.29 | 0.59 | 0.04 | 30.21 | 0.87 | 0.68 |
| Hex | F4 | AD | 65 | 0 | 1D | 3B | 4 | 1E | 57 | 44 |
| Octal | 364 | 255 | 145 | 0 | 35 | 73 | 4 | 36 | 127 | 104 |
| Binary | 11110100 | 10101101 | 1100101 | 0 | 11101 | 111011 | 100 | 11110 | 1010111 | 1000100 |
Color Harmonies of #F4AD65
Complementary color
Monochromatic Colors of #F4AD65
Black with #F4AD65
Text Example
Text Example
White with #F4AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AD65; }
p { color: rgb(244,173,101); }
H1.HeaderClassName
{
color: #F4AD65;
}
.AnyTagClassName
{
color: #F4AD65;
}
</style>
background-color css
<style>
a { background-color: #F4AD65; }
a { background-color: rgb(244,173,101); }
div.DivClassName
{
background-color: #F4AD65;
}
.BgClassName
{
background-color: #F4AD65;
}
</style>
border-color css
<style>
span { border-color: #F4AD65; }
span { border-color: rgb(244,173,101); }
td.TdClassName
{
border-color: #F4AD65;
}
.TagClassName
{
border-color: #F4AD65;
}
</style>