Shades of Rajah #F7B464
Tints of Rajah #F7B464
RGB
CMYK
RGB Variations
Color information
#F7B464 (or 0xF7B464) is known color: Rajah. HEX triplet: F7, B4 and 64. RGB value is (247,180,100). Sum of RGB (Red+Green+Blue) = 247+180+100=527 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.87% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 100 (39.45% from 255 or 18.98% from 527); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B464 is #084B9B. Grayscale: #BFBFBF. Windows color (decimal): -543644 or 6599927. OLE color: 6599927.
HSL color Cylindrical-coordinate representation of color #F7B464: hue angle of 32.65º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7B464 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 180 | 100 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.03 |
| HSL | 32.65º | 0.9% | 0.68% | - |
| HSV(B) | 32.65º | 0.6% | 0.97% | - |
| XYZ | 56.98 | 53.34 | 19.35 | - |
| YUV | 190.91 | 76.7 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 180 | 100 | 0 | 0.27 | 0.60 | 0.03 | 32.65 | 0.9 | 0.68 |
| Hex | F7 | B4 | 64 | 0 | 1B | 3C | 3 | 21 | 5A | 44 |
| Octal | 367 | 264 | 144 | 0 | 33 | 74 | 3 | 41 | 132 | 104 |
| Binary | 11110111 | 10110100 | 1100100 | 0 | 11011 | 111100 | 11 | 100001 | 1011010 | 1000100 |
Color Harmonies of #F7B464
Complementary color
Monochromatic Colors of #F7B464
Black with #F7B464
Text Example
Text Example
White with #F7B464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B464; }
p { color: rgb(247,180,100); }
H1.HeaderClassName
{
color: #F7B464;
}
.AnyTagClassName
{
color: #F7B464;
}
</style>
background-color css
<style>
a { background-color: #F7B464; }
a { background-color: rgb(247,180,100); }
div.DivClassName
{
background-color: #F7B464;
}
.BgClassName
{
background-color: #F7B464;
}
</style>
border-color css
<style>
span { border-color: #F7B464; }
span { border-color: rgb(247,180,100); }
td.TdClassName
{
border-color: #F7B464;
}
.TagClassName
{
border-color: #F7B464;
}
</style>