Shades of Rajah #F4B366
Tints of Rajah #F4B366
RGB
CMYK
RGB Variations
Color information
#F4B366 (or 0xF4B366) is known color: Rajah. HEX triplet: F4, B3 and 66. RGB value is (244,179,102). Sum of RGB (Red+Green+Blue) = 244+179+102=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4B366 is #0B4C99. Grayscale: #BEBEBE. Windows color (decimal): -740506 or 6730740. OLE color: 6730740.
HSL color Cylindrical-coordinate representation of color #F4B366: hue angle of 32.54º 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 #F4B366 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 179 | 102 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.04 |
| HSL | 32.54º | 0.87% | 0.68% | - |
| HSV(B) | 32.54º | 0.58% | 0.96% | - |
| XYZ | 55.83 | 52.43 | 19.75 | - |
| YUV | 189.66 | 78.53 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 179 | 102 | 0 | 0.27 | 0.58 | 0.04 | 32.54 | 0.87 | 0.68 |
| Hex | F4 | B3 | 66 | 0 | 1B | 3A | 4 | 21 | 57 | 44 |
| Octal | 364 | 263 | 146 | 0 | 33 | 72 | 4 | 41 | 127 | 104 |
| Binary | 11110100 | 10110011 | 1100110 | 0 | 11011 | 111010 | 100 | 100001 | 1010111 | 1000100 |
Color Harmonies of #F4B366
Complementary color
Monochromatic Colors of #F4B366
Black with #F4B366
Text Example
Text Example
White with #F4B366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B366; }
p { color: rgb(244,179,102); }
H1.HeaderClassName
{
color: #F4B366;
}
.AnyTagClassName
{
color: #F4B366;
}
</style>
background-color css
<style>
a { background-color: #F4B366; }
a { background-color: rgb(244,179,102); }
div.DivClassName
{
background-color: #F4B366;
}
.BgClassName
{
background-color: #F4B366;
}
</style>
border-color css
<style>
span { border-color: #F4B366; }
span { border-color: rgb(244,179,102); }
td.TdClassName
{
border-color: #F4B366;
}
.TagClassName
{
border-color: #F4B366;
}
</style>