Shades of Rajah #F1AF66
Tints of Rajah #F1AF66
RGB
CMYK
RGB Variations
Color information
#F1AF66 (or 0xF1AF66) is known color: Rajah. HEX triplet: F1, AF and 66. RGB value is (241,175,102). Sum of RGB (Red+Green+Blue) = 241+175+102=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 102 (40.23% from 255 or 19.69% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1AF66 is #0E5099. Grayscale: #BABABA. Windows color (decimal): -938138 or 6729713. OLE color: 6729713.
HSL color Cylindrical-coordinate representation of color #F1AF66: hue angle of 31.51º degrees, saturation: 0.83, 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 #F1AF66 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 175 | 102 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.05 |
| HSL | 31.51º | 0.83% | 0.67% | - |
| HSV(B) | 31.51º | 0.58% | 0.95% | - |
| XYZ | 54 | 50.32 | 19.44 | - |
| YUV | 186.41 | 80.37 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 175 | 102 | 0 | 0.27 | 0.58 | 0.05 | 31.51 | 0.83 | 0.67 |
| Hex | F1 | AF | 66 | 0 | 1B | 3A | 5 | 20 | 53 | 43 |
| Octal | 361 | 257 | 146 | 0 | 33 | 72 | 5 | 40 | 123 | 103 |
| Binary | 11110001 | 10101111 | 1100110 | 0 | 11011 | 111010 | 101 | 100000 | 1010011 | 1000011 |
Color Harmonies of #F1AF66
Complementary color
Monochromatic Colors of #F1AF66
Black with #F1AF66
Text Example
Text Example
White with #F1AF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AF66; }
p { color: rgb(241,175,102); }
H1.HeaderClassName
{
color: #F1AF66;
}
.AnyTagClassName
{
color: #F1AF66;
}
</style>
background-color css
<style>
a { background-color: #F1AF66; }
a { background-color: rgb(241,175,102); }
div.DivClassName
{
background-color: #F1AF66;
}
.BgClassName
{
background-color: #F1AF66;
}
</style>
border-color css
<style>
span { border-color: #F1AF66; }
span { border-color: rgb(241,175,102); }
td.TdClassName
{
border-color: #F1AF66;
}
.TagClassName
{
border-color: #F1AF66;
}
</style>