Shades of Rajah #F6AD68
Tints of Rajah #F6AD68
RGB
CMYK
RGB Variations
Color information
#F6AD68 (or 0xF6AD68) is known color: Rajah. HEX triplet: F6, AD and 68. RGB value is (246,173,104). Sum of RGB (Red+Green+Blue) = 246+173+104=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD68 is #095297. Grayscale: #BBBBBB. Windows color (decimal): -610968 or 6860278. OLE color: 6860278.
HSL color Cylindrical-coordinate representation of color #F6AD68: hue angle of 29.15º 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 #F6AD68 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 104 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.04 |
| HSL | 29.15º | 0.89% | 0.69% | - |
| HSV(B) | 29.15º | 0.58% | 0.96% | - |
| XYZ | 55.45 | 50.48 | 19.92 | - |
| YUV | 186.96 | 81.18 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 104 | 0 | 0.30 | 0.58 | 0.04 | 29.15 | 0.89 | 0.69 |
| Hex | F6 | AD | 68 | 0 | 1E | 3A | 4 | 1D | 59 | 45 |
| Octal | 366 | 255 | 150 | 0 | 36 | 72 | 4 | 35 | 131 | 105 |
| Binary | 11110110 | 10101101 | 1101000 | 0 | 11110 | 111010 | 100 | 11101 | 1011001 | 1000101 |
Color Harmonies of #F6AD68
Complementary color
Monochromatic Colors of #F6AD68
Black with #F6AD68
Text Example
Text Example
White with #F6AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD68; }
p { color: rgb(246,173,104); }
H1.HeaderClassName
{
color: #F6AD68;
}
.AnyTagClassName
{
color: #F6AD68;
}
</style>
background-color css
<style>
a { background-color: #F6AD68; }
a { background-color: rgb(246,173,104); }
div.DivClassName
{
background-color: #F6AD68;
}
.BgClassName
{
background-color: #F6AD68;
}
</style>
border-color css
<style>
span { border-color: #F6AD68; }
span { border-color: rgb(246,173,104); }
td.TdClassName
{
border-color: #F6AD68;
}
.TagClassName
{
border-color: #F6AD68;
}
</style>