Shades of Rajah #F6B566
Tints of Rajah #F6B566
RGB
CMYK
RGB Variations
Color information
#F6B566 (or 0xF6B566) is known color: Rajah. HEX triplet: F6, B5 and 66. RGB value is (246,181,102). Sum of RGB (Red+Green+Blue) = 246+181+102=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 181 (71.09% from 255 or 34.22% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B566 is #094A99. Grayscale: #BFBFBF. Windows color (decimal): -608922 or 6731254. OLE color: 6731254.
HSL color Cylindrical-coordinate representation of color #F6B566: hue angle of 32.92º 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 #F6B566 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 181 | 102 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.04 |
| HSL | 32.92º | 0.89% | 0.68% | - |
| HSV(B) | 32.92º | 0.59% | 0.96% | - |
| XYZ | 56.93 | 53.6 | 19.92 | - |
| YUV | 191.43 | 77.53 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 181 | 102 | 0 | 0.26 | 0.59 | 0.04 | 32.92 | 0.89 | 0.68 |
| Hex | F6 | B5 | 66 | 0 | 1A | 3B | 4 | 21 | 59 | 44 |
| Octal | 366 | 265 | 146 | 0 | 32 | 73 | 4 | 41 | 131 | 104 |
| Binary | 11110110 | 10110101 | 1100110 | 0 | 11010 | 111011 | 100 | 100001 | 1011001 | 1000100 |
Color Harmonies of #F6B566
Complementary color
Monochromatic Colors of #F6B566
Black with #F6B566
Text Example
Text Example
White with #F6B566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B566; }
p { color: rgb(246,181,102); }
H1.HeaderClassName
{
color: #F6B566;
}
.AnyTagClassName
{
color: #F6B566;
}
</style>
background-color css
<style>
a { background-color: #F6B566; }
a { background-color: rgb(246,181,102); }
div.DivClassName
{
background-color: #F6B566;
}
.BgClassName
{
background-color: #F6B566;
}
</style>
border-color css
<style>
span { border-color: #F6B566; }
span { border-color: rgb(246,181,102); }
td.TdClassName
{
border-color: #F6B566;
}
.TagClassName
{
border-color: #F6B566;
}
</style>