Shades of Rajah #F4B166
Tints of Rajah #F4B166
RGB
CMYK
RGB Variations
Color information
#F4B166 (or 0xF4B166) is known color: Rajah. HEX triplet: F4, B1 and 66. RGB value is (244,177,102). Sum of RGB (Red+Green+Blue) = 244+177+102=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4B166 is #0B4E99. Grayscale: #BCBCBC. Windows color (decimal): -741018 or 6730228. OLE color: 6730228.
HSL color Cylindrical-coordinate representation of color #F4B166: hue angle of 31.69º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F4B166 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 102 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.04 |
| HSL | 31.69º | 0.87% | 0.68% | - |
| HSV(B) | 31.69º | 0.58% | 0.96% | - |
| XYZ | 55.43 | 51.64 | 19.62 | - |
| YUV | 188.48 | 79.2 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 102 | 0 | 0.27 | 0.58 | 0.04 | 31.69 | 0.87 | 0.68 |
| Hex | F4 | B1 | 66 | 0 | 1B | 3A | 4 | 20 | 57 | 44 |
| Octal | 364 | 261 | 146 | 0 | 33 | 72 | 4 | 40 | 127 | 104 |
| Binary | 11110100 | 10110001 | 1100110 | 0 | 11011 | 111010 | 100 | 100000 | 1010111 | 1000100 |
Color Harmonies of #F4B166
Complementary color
Monochromatic Colors of #F4B166
Black with #F4B166
Text Example
Text Example
White with #F4B166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B166; }
p { color: rgb(244,177,102); }
H1.HeaderClassName
{
color: #F4B166;
}
.AnyTagClassName
{
color: #F4B166;
}
</style>
background-color css
<style>
a { background-color: #F4B166; }
a { background-color: rgb(244,177,102); }
div.DivClassName
{
background-color: #F4B166;
}
.BgClassName
{
background-color: #F4B166;
}
</style>
border-color css
<style>
span { border-color: #F4B166; }
span { border-color: rgb(244,177,102); }
td.TdClassName
{
border-color: #F4B166;
}
.TagClassName
{
border-color: #F4B166;
}
</style>