Shades of Rajah #F6B166
Tints of Rajah #F6B166
RGB
CMYK
RGB Variations
Color information
#F6B166 (or 0xF6B166) is known color: Rajah. HEX triplet: F6, B1 and 66. RGB value is (246,177,102). Sum of RGB (Red+Green+Blue) = 246+177+102=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B166 is #094E99. Grayscale: #BDBDBD. Windows color (decimal): -609946 or 6730230. OLE color: 6730230.
HSL color Cylindrical-coordinate representation of color #F6B166: hue angle of 31.25º 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 #F6B166 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 102 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.04 |
| HSL | 31.25º | 0.89% | 0.68% | - |
| HSV(B) | 31.25º | 0.59% | 0.96% | - |
| XYZ | 56.13 | 52 | 19.65 | - |
| YUV | 189.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 102 | 0 | 0.28 | 0.59 | 0.04 | 31.25 | 0.89 | 0.68 |
| Hex | F6 | B1 | 66 | 0 | 1C | 3B | 4 | 1F | 59 | 44 |
| Octal | 366 | 261 | 146 | 0 | 34 | 73 | 4 | 37 | 131 | 104 |
| Binary | 11110110 | 10110001 | 1100110 | 0 | 11100 | 111011 | 100 | 11111 | 1011001 | 1000100 |
Color Harmonies of #F6B166
Complementary color
Monochromatic Colors of #F6B166
Black with #F6B166
Text Example
Text Example
White with #F6B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B166; }
p { color: rgb(246,177,102); }
H1.HeaderClassName
{
color: #F6B166;
}
.AnyTagClassName
{
color: #F6B166;
}
</style>
background-color css
<style>
a { background-color: #F6B166; }
a { background-color: rgb(246,177,102); }
div.DivClassName
{
background-color: #F6B166;
}
.BgClassName
{
background-color: #F6B166;
}
</style>
border-color css
<style>
span { border-color: #F6B166; }
span { border-color: rgb(246,177,102); }
td.TdClassName
{
border-color: #F6B166;
}
.TagClassName
{
border-color: #F6B166;
}
</style>