Shades of Rajah #F6AD65
Tints of Rajah #F6AD65
RGB
CMYK
RGB Variations
Color information
#F6AD65 (or 0xF6AD65) is known color: Rajah. HEX triplet: F6, AD and 65. RGB value is (246,173,101). Sum of RGB (Red+Green+Blue) = 246+173+101=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD65 is #09529A. Grayscale: #BABABA. Windows color (decimal): -610971 or 6663670. OLE color: 6663670.
HSL color Cylindrical-coordinate representation of color #F6AD65: hue angle of 29.79º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6AD65 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 101 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.04 |
| HSL | 29.79º | 0.89% | 0.68% | - |
| HSV(B) | 29.79º | 0.59% | 0.96% | - |
| XYZ | 55.3 | 50.42 | 19.13 | - |
| YUV | 186.62 | 79.68 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 101 | 0 | 0.30 | 0.59 | 0.04 | 29.79 | 0.89 | 0.68 |
| Hex | F6 | AD | 65 | 0 | 1E | 3B | 4 | 1E | 59 | 44 |
| Octal | 366 | 255 | 145 | 0 | 36 | 73 | 4 | 36 | 131 | 104 |
| Binary | 11110110 | 10101101 | 1100101 | 0 | 11110 | 111011 | 100 | 11110 | 1011001 | 1000100 |
Color Harmonies of #F6AD65
Complementary color
Monochromatic Colors of #F6AD65
Black with #F6AD65
Text Example
Text Example
White with #F6AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD65; }
p { color: rgb(246,173,101); }
H1.HeaderClassName
{
color: #F6AD65;
}
.AnyTagClassName
{
color: #F6AD65;
}
</style>
background-color css
<style>
a { background-color: #F6AD65; }
a { background-color: rgb(246,173,101); }
div.DivClassName
{
background-color: #F6AD65;
}
.BgClassName
{
background-color: #F6AD65;
}
</style>
border-color css
<style>
span { border-color: #F6AD65; }
span { border-color: rgb(246,173,101); }
td.TdClassName
{
border-color: #F6AD65;
}
.TagClassName
{
border-color: #F6AD65;
}
</style>