Shades of Rajah #F7B063
Tints of Rajah #F7B063
RGB
CMYK
RGB Variations
Color information
#F7B063 (or 0xF7B063) is known color: Rajah. HEX triplet: F7, B0 and 63. RGB value is (247,176,99). Sum of RGB (Red+Green+Blue) = 247+176+99=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B063 is #084F9C. Grayscale: #BCBCBC. Windows color (decimal): -544669 or 6533367. OLE color: 6533367.
HSL color Cylindrical-coordinate representation of color #F7B063: hue angle of 31.22º 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 #F7B063 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 99 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.03 |
| HSL | 31.22º | 0.9% | 0.68% | - |
| HSV(B) | 31.22º | 0.6% | 0.97% | - |
| XYZ | 56.14 | 51.73 | 18.83 | - |
| YUV | 188.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 99 | 0 | 0.29 | 0.60 | 0.03 | 31.22 | 0.9 | 0.68 |
| Hex | F7 | B0 | 63 | 0 | 1D | 3C | 3 | 1F | 5A | 44 |
| Octal | 367 | 260 | 143 | 0 | 35 | 74 | 3 | 37 | 132 | 104 |
| Binary | 11110111 | 10110000 | 1100011 | 0 | 11101 | 111100 | 11 | 11111 | 1011010 | 1000100 |
Color Harmonies of #F7B063
Complementary color
Monochromatic Colors of #F7B063
Black with #F7B063
Text Example
Text Example
White with #F7B063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B063; }
p { color: rgb(247,176,99); }
H1.HeaderClassName
{
color: #F7B063;
}
.AnyTagClassName
{
color: #F7B063;
}
</style>
background-color css
<style>
a { background-color: #F7B063; }
a { background-color: rgb(247,176,99); }
div.DivClassName
{
background-color: #F7B063;
}
.BgClassName
{
background-color: #F7B063;
}
</style>
border-color css
<style>
span { border-color: #F7B063; }
span { border-color: rgb(247,176,99); }
td.TdClassName
{
border-color: #F7B063;
}
.TagClassName
{
border-color: #F7B063;
}
</style>