Shades of Rajah #F2AF64
Tints of Rajah #F2AF64
RGB
CMYK
RGB Variations
Color information
#F2AF64 (or 0xF2AF64) is known color: Rajah. HEX triplet: F2, AF and 64. RGB value is (242,175,100). Sum of RGB (Red+Green+Blue) = 242+175+100=517 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.81% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF64 is #0D509B. Grayscale: #BABABA. Windows color (decimal): -872604 or 6598642. OLE color: 6598642.
HSL color Cylindrical-coordinate representation of color #F2AF64: hue angle of 31.69º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2AF64 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 100 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.05 |
| HSL | 31.69º | 0.85% | 0.67% | - |
| HSV(B) | 31.69º | 0.59% | 0.95% | - |
| XYZ | 54.25 | 50.46 | 18.94 | - |
| YUV | 186.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 100 | 0 | 0.28 | 0.59 | 0.05 | 31.69 | 0.85 | 0.67 |
| Hex | F2 | AF | 64 | 0 | 1C | 3B | 5 | 20 | 55 | 43 |
| Octal | 362 | 257 | 144 | 0 | 34 | 73 | 5 | 40 | 125 | 103 |
| Binary | 11110010 | 10101111 | 1100100 | 0 | 11100 | 111011 | 101 | 100000 | 1010101 | 1000011 |
Color Harmonies of #F2AF64
Complementary color
Monochromatic Colors of #F2AF64
Black with #F2AF64
Text Example
Text Example
White with #F2AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF64; }
p { color: rgb(242,175,100); }
H1.HeaderClassName
{
color: #F2AF64;
}
.AnyTagClassName
{
color: #F2AF64;
}
</style>
background-color css
<style>
a { background-color: #F2AF64; }
a { background-color: rgb(242,175,100); }
div.DivClassName
{
background-color: #F2AF64;
}
.BgClassName
{
background-color: #F2AF64;
}
</style>
border-color css
<style>
span { border-color: #F2AF64; }
span { border-color: rgb(242,175,100); }
td.TdClassName
{
border-color: #F2AF64;
}
.TagClassName
{
border-color: #F2AF64;
}
</style>