Shades of Rajah #F6B16B
Tints of Rajah #F6B16B
RGB
CMYK
RGB Variations
Color information
#F6B16B (or 0xF6B16B) is known color: Rajah. HEX triplet: F6, B1 and 6B. RGB value is (246,177,107). Sum of RGB (Red+Green+Blue) = 246+177+107=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B16B is #094E94. Grayscale: #BEBEBE. Windows color (decimal): -609941 or 7057910. OLE color: 7057910.
HSL color Cylindrical-coordinate representation of color #F6B16B: hue angle of 30.22º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6B16B is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 177 | 107 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.04 |
| HSL | 30.22º | 0.89% | 0.69% | - |
| HSV(B) | 30.22º | 0.57% | 0.96% | - |
| XYZ | 56.38 | 52.1 | 20.99 | - |
| YUV | 189.65 | 81.36 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 177 | 107 | 0 | 0.28 | 0.57 | 0.04 | 30.22 | 0.89 | 0.69 |
| Hex | F6 | B1 | 6B | 0 | 1C | 39 | 4 | 1E | 59 | 45 |
| Octal | 366 | 261 | 153 | 0 | 34 | 71 | 4 | 36 | 131 | 105 |
| Binary | 11110110 | 10110001 | 1101011 | 0 | 11100 | 111001 | 100 | 11110 | 1011001 | 1000101 |
Color Harmonies of #F6B16B
Complementary color
Monochromatic Colors of #F6B16B
Black with #F6B16B
Text Example
Text Example
White with #F6B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B16B; }
p { color: rgb(246,177,107); }
H1.HeaderClassName
{
color: #F6B16B;
}
.AnyTagClassName
{
color: #F6B16B;
}
</style>
background-color css
<style>
a { background-color: #F6B16B; }
a { background-color: rgb(246,177,107); }
div.DivClassName
{
background-color: #F6B16B;
}
.BgClassName
{
background-color: #F6B16B;
}
</style>
border-color css
<style>
span { border-color: #F6B16B; }
span { border-color: rgb(246,177,107); }
td.TdClassName
{
border-color: #F6B16B;
}
.TagClassName
{
border-color: #F6B16B;
}
</style>