Shades of Rajah #F6AD60
Tints of Rajah #F6AD60
RGB
CMYK
RGB Variations
Color information
#F6AD60 (or 0xF6AD60) is known color: Rajah. HEX triplet: F6, AD and 60. RGB value is (246,173,96). Sum of RGB (Red+Green+Blue) = 246+173+96=515 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.77% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD60 is #09529F. Grayscale: #BABABA. Windows color (decimal): -610976 or 6335990. OLE color: 6335990.
HSL color Cylindrical-coordinate representation of color #F6AD60: hue angle of 30.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F6AD60 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 96 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.04 |
| HSL | 30.8º | 0.89% | 0.67% | - |
| HSV(B) | 30.8º | 0.61% | 0.96% | - |
| XYZ | 55.06 | 50.32 | 17.88 | - |
| YUV | 186.05 | 77.18 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 96 | 0 | 0.30 | 0.61 | 0.04 | 30.8 | 0.89 | 0.67 |
| Hex | F6 | AD | 60 | 0 | 1E | 3D | 4 | 1F | 59 | 43 |
| Octal | 366 | 255 | 140 | 0 | 36 | 75 | 4 | 37 | 131 | 103 |
| Binary | 11110110 | 10101101 | 1100000 | 0 | 11110 | 111101 | 100 | 11111 | 1011001 | 1000011 |
Color Harmonies of #F6AD60
Complementary color
Monochromatic Colors of #F6AD60
Black with #F6AD60
Text Example
Text Example
White with #F6AD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD60; }
p { color: rgb(246,173,96); }
H1.HeaderClassName
{
color: #F6AD60;
}
.AnyTagClassName
{
color: #F6AD60;
}
</style>
background-color css
<style>
a { background-color: #F6AD60; }
a { background-color: rgb(246,173,96); }
div.DivClassName
{
background-color: #F6AD60;
}
.BgClassName
{
background-color: #F6AD60;
}
</style>
border-color css
<style>
span { border-color: #F6AD60; }
span { border-color: rgb(246,173,96); }
td.TdClassName
{
border-color: #F6AD60;
}
.TagClassName
{
border-color: #F6AD60;
}
</style>