Shades of Rajah #F6AD64
Tints of Rajah #F6AD64
RGB
CMYK
RGB Variations
Color information
#F6AD64 (or 0xF6AD64) is known color: Rajah. HEX triplet: F6, AD and 64. RGB value is (246,173,100). Sum of RGB (Red+Green+Blue) = 246+173+100=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AD64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AD64 is #09529B. Grayscale: #BABABA. Windows color (decimal): -610972 or 6598134. OLE color: 6598134.
HSL color Cylindrical-coordinate representation of color #F6AD64: hue angle of 30º 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 #F6AD64 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 173 | 100 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.04 |
| HSL | 30º | 0.89% | 0.68% | - |
| HSV(B) | 30º | 0.59% | 0.96% | - |
| XYZ | 55.25 | 50.4 | 18.87 | - |
| YUV | 186.51 | 79.18 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 173 | 100 | 0 | 0.30 | 0.59 | 0.04 | 30 | 0.89 | 0.68 |
| Hex | F6 | AD | 64 | 0 | 1E | 3B | 4 | 1E | 59 | 44 |
| Octal | 366 | 255 | 144 | 0 | 36 | 73 | 4 | 36 | 131 | 104 |
| Binary | 11110110 | 10101101 | 1100100 | 0 | 11110 | 111011 | 100 | 11110 | 1011001 | 1000100 |
Color Harmonies of #F6AD64
Complementary color
Monochromatic Colors of #F6AD64
Black with #F6AD64
Text Example
Text Example
White with #F6AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6AD64; }
p { color: rgb(246,173,100); }
H1.HeaderClassName
{
color: #F6AD64;
}
.AnyTagClassName
{
color: #F6AD64;
}
</style>
background-color css
<style>
a { background-color: #F6AD64; }
a { background-color: rgb(246,173,100); }
div.DivClassName
{
background-color: #F6AD64;
}
.BgClassName
{
background-color: #F6AD64;
}
</style>
border-color css
<style>
span { border-color: #F6AD64; }
span { border-color: rgb(246,173,100); }
td.TdClassName
{
border-color: #F6AD64;
}
.TagClassName
{
border-color: #F6AD64;
}
</style>