Shades of Rajah #F7B065
Tints of Rajah #F7B065
RGB
CMYK
RGB Variations
Color information
#F7B065 (or 0xF7B065) is known color: Rajah. HEX triplet: F7, B0 and 65. RGB value is (247,176,101). Sum of RGB (Red+Green+Blue) = 247+176+101=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 101 (39.84% from 255 or 19.27% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B065 is #084F9A. Grayscale: #BDBDBD. Windows color (decimal): -544667 or 6664439. OLE color: 6664439.
HSL color Cylindrical-coordinate representation of color #F7B065: hue angle of 30.82º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7B065 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 101 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.03 |
| HSL | 30.82º | 0.9% | 0.68% | - |
| HSV(B) | 30.82º | 0.59% | 0.97% | - |
| XYZ | 56.23 | 51.76 | 19.34 | - |
| YUV | 188.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 101 | 0 | 0.29 | 0.59 | 0.03 | 30.82 | 0.9 | 0.68 |
| Hex | F7 | B0 | 65 | 0 | 1D | 3B | 3 | 1F | 5A | 44 |
| Octal | 367 | 260 | 145 | 0 | 35 | 73 | 3 | 37 | 132 | 104 |
| Binary | 11110111 | 10110000 | 1100101 | 0 | 11101 | 111011 | 11 | 11111 | 1011010 | 1000100 |
Color Harmonies of #F7B065
Complementary color
Monochromatic Colors of #F7B065
Black with #F7B065
Text Example
Text Example
White with #F7B065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B065; }
p { color: rgb(247,176,101); }
H1.HeaderClassName
{
color: #F7B065;
}
.AnyTagClassName
{
color: #F7B065;
}
</style>
background-color css
<style>
a { background-color: #F7B065; }
a { background-color: rgb(247,176,101); }
div.DivClassName
{
background-color: #F7B065;
}
.BgClassName
{
background-color: #F7B065;
}
</style>
border-color css
<style>
span { border-color: #F7B065; }
span { border-color: rgb(247,176,101); }
td.TdClassName
{
border-color: #F7B065;
}
.TagClassName
{
border-color: #F7B065;
}
</style>