Shades of Rajah #F4AF64
Tints of Rajah #F4AF64
RGB
CMYK
RGB Variations
Color information
#F4AF64 (or 0xF4AF64) is known color: Rajah. HEX triplet: F4, AF and 64. RGB value is (244,175,100). Sum of RGB (Red+Green+Blue) = 244+175+100=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF64 is #0B509B. Grayscale: #BBBBBB. Windows color (decimal): -741532 or 6598644. OLE color: 6598644.
HSL color Cylindrical-coordinate representation of color #F4AF64: hue angle of 31.25º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F4AF64 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 100 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.04 |
| HSL | 31.25º | 0.87% | 0.67% | - |
| HSV(B) | 31.25º | 0.59% | 0.96% | - |
| XYZ | 54.94 | 50.81 | 18.97 | - |
| YUV | 187.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 100 | 0 | 0.28 | 0.59 | 0.04 | 31.25 | 0.87 | 0.67 |
| Hex | F4 | AF | 64 | 0 | 1C | 3B | 4 | 1F | 57 | 43 |
| Octal | 364 | 257 | 144 | 0 | 34 | 73 | 4 | 37 | 127 | 103 |
| Binary | 11110100 | 10101111 | 1100100 | 0 | 11100 | 111011 | 100 | 11111 | 1010111 | 1000011 |
Color Harmonies of #F4AF64
Complementary color
Monochromatic Colors of #F4AF64
Black with #F4AF64
Text Example
Text Example
White with #F4AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF64; }
p { color: rgb(244,175,100); }
H1.HeaderClassName
{
color: #F4AF64;
}
.AnyTagClassName
{
color: #F4AF64;
}
</style>
background-color css
<style>
a { background-color: #F4AF64; }
a { background-color: rgb(244,175,100); }
div.DivClassName
{
background-color: #F4AF64;
}
.BgClassName
{
background-color: #F4AF64;
}
</style>
border-color css
<style>
span { border-color: #F4AF64; }
span { border-color: rgb(244,175,100); }
td.TdClassName
{
border-color: #F4AF64;
}
.TagClassName
{
border-color: #F4AF64;
}
</style>