Shades of Rajah #F4AF65
Tints of Rajah #F4AF65
RGB
CMYK
RGB Variations
Color information
#F4AF65 (or 0xF4AF65) is known color: Rajah. HEX triplet: F4, AF and 65. RGB value is (244,175,101). Sum of RGB (Red+Green+Blue) = 244+175+101=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4AF65 is #0B509A. Grayscale: #BBBBBB. Windows color (decimal): -741531 or 6664180. OLE color: 6664180.
HSL color Cylindrical-coordinate representation of color #F4AF65: hue angle of 31.05º 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 #F4AF65 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 175 | 101 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.04 |
| HSL | 31.05º | 0.87% | 0.68% | - |
| HSV(B) | 31.05º | 0.59% | 0.96% | - |
| XYZ | 54.99 | 50.83 | 19.23 | - |
| YUV | 187.2 | 79.36 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 175 | 101 | 0 | 0.28 | 0.59 | 0.04 | 31.05 | 0.87 | 0.68 |
| Hex | F4 | AF | 65 | 0 | 1C | 3B | 4 | 1F | 57 | 44 |
| Octal | 364 | 257 | 145 | 0 | 34 | 73 | 4 | 37 | 127 | 104 |
| Binary | 11110100 | 10101111 | 1100101 | 0 | 11100 | 111011 | 100 | 11111 | 1010111 | 1000100 |
Color Harmonies of #F4AF65
Complementary color
Monochromatic Colors of #F4AF65
Black with #F4AF65
Text Example
Text Example
White with #F4AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4AF65; }
p { color: rgb(244,175,101); }
H1.HeaderClassName
{
color: #F4AF65;
}
.AnyTagClassName
{
color: #F4AF65;
}
</style>
background-color css
<style>
a { background-color: #F4AF65; }
a { background-color: rgb(244,175,101); }
div.DivClassName
{
background-color: #F4AF65;
}
.BgClassName
{
background-color: #F4AF65;
}
</style>
border-color css
<style>
span { border-color: #F4AF65; }
span { border-color: rgb(244,175,101); }
td.TdClassName
{
border-color: #F4AF65;
}
.TagClassName
{
border-color: #F4AF65;
}
</style>