Shades of Rajah #F6AF68
Tints of Rajah #F6AF68
RGB
CMYK
RGB Variations
Color information
#F6AF68 (or 0xF6AF68) is known color: Rajah. HEX triplet: F6, AF and 68. RGB value is (246,175,104). Sum of RGB (Red+Green+Blue) = 246+175+104=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AF68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AF68 is #095097. Grayscale: #BCBCBC. Windows color (decimal): -610456 or 6860790. OLE color: 6860790.
HSL color Cylindrical-coordinate representation of color #F6AF68: hue angle of 30º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6AF68 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 175 | 104 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.04 |
| HSL | 30º | 0.89% | 0.69% | - |
| HSV(B) | 30º | 0.58% | 0.96% | - |
| XYZ | 55.83 | 51.25 | 20.05 | - |
| YUV | 188.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 175 | 104 | 0 | 0.29 | 0.58 | 0.04 | 30 | 0.89 | 0.69 |
| Hex | F6 | AF | 68 | 0 | 1D | 3A | 4 | 1E | 59 | 45 |
| Octal | 366 | 257 | 150 | 0 | 35 | 72 | 4 | 36 | 131 | 105 |
| Binary | 11110110 | 10101111 | 1101000 | 0 | 11101 | 111010 | 100 | 11110 | 1011001 | 1000101 |
Color Harmonies of #F6AF68
Complementary color
Monochromatic Colors of #F6AF68
Black with #F6AF68
Text Example
Text Example
White with #F6AF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AF68; }
p { color: rgb(246,175,104); }
H1.HeaderClassName
{
color: #F6AF68;
}
.AnyTagClassName
{
color: #F6AF68;
}
</style>
background-color css
<style>
a { background-color: #F6AF68; }
a { background-color: rgb(246,175,104); }
div.DivClassName
{
background-color: #F6AF68;
}
.BgClassName
{
background-color: #F6AF68;
}
</style>
border-color css
<style>
span { border-color: #F6AF68; }
span { border-color: rgb(246,175,104); }
td.TdClassName
{
border-color: #F6AF68;
}
.TagClassName
{
border-color: #F6AF68;
}
</style>