Shades of Rajah #F2AF65
Tints of Rajah #F2AF65
RGB
CMYK
RGB Variations
Color information
#F2AF65 (or 0xF2AF65) is known color: Rajah. HEX triplet: F2, AF and 65. RGB value is (242,175,101). Sum of RGB (Red+Green+Blue) = 242+175+101=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2AF65 is #0D509A. Grayscale: #BABABA. Windows color (decimal): -872603 or 6664178. OLE color: 6664178.
HSL color Cylindrical-coordinate representation of color #F2AF65: hue angle of 31.49º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2AF65 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 101 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.05 |
| HSL | 31.49º | 0.84% | 0.67% | - |
| HSV(B) | 31.49º | 0.58% | 0.95% | - |
| XYZ | 54.3 | 50.48 | 19.19 | - |
| YUV | 186.6 | 79.7 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 101 | 0 | 0.28 | 0.58 | 0.05 | 31.49 | 0.84 | 0.67 |
| Hex | F2 | AF | 65 | 0 | 1C | 3A | 5 | 1F | 54 | 43 |
| Octal | 362 | 257 | 145 | 0 | 34 | 72 | 5 | 37 | 124 | 103 |
| Binary | 11110010 | 10101111 | 1100101 | 0 | 11100 | 111010 | 101 | 11111 | 1010100 | 1000011 |
Color Harmonies of #F2AF65
Complementary color
Monochromatic Colors of #F2AF65
Black with #F2AF65
Text Example
Text Example
White with #F2AF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF65; }
p { color: rgb(242,175,101); }
H1.HeaderClassName
{
color: #F2AF65;
}
.AnyTagClassName
{
color: #F2AF65;
}
</style>
background-color css
<style>
a { background-color: #F2AF65; }
a { background-color: rgb(242,175,101); }
div.DivClassName
{
background-color: #F2AF65;
}
.BgClassName
{
background-color: #F2AF65;
}
</style>
border-color css
<style>
span { border-color: #F2AF65; }
span { border-color: rgb(242,175,101); }
td.TdClassName
{
border-color: #F2AF65;
}
.TagClassName
{
border-color: #F2AF65;
}
</style>