Shades of Rajah #F9B760
Tints of Rajah #F9B760
RGB
CMYK
RGB Variations
Color information
#F9B760 (or 0xF9B760) is known color: Rajah. HEX triplet: F9, B7 and 60. RGB value is (249,183,96). Sum of RGB (Red+Green+Blue) = 249+183+96=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B760 is #06489F. Grayscale: #C1C1C1. Windows color (decimal): -411808 or 6338553. OLE color: 6338553.
HSL color Cylindrical-coordinate representation of color #F9B760: hue angle of 34.12º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9B760 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 96 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.02 |
| HSL | 34.12º | 0.93% | 0.68% | - |
| HSV(B) | 34.12º | 0.61% | 0.98% | - |
| XYZ | 58.11 | 54.85 | 18.59 | - |
| YUV | 192.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 96 | 0 | 0.27 | 0.61 | 0.02 | 34.12 | 0.93 | 0.68 |
| Hex | F9 | B7 | 60 | 0 | 1B | 3D | 2 | 22 | 5D | 44 |
| Octal | 371 | 267 | 140 | 0 | 33 | 75 | 2 | 42 | 135 | 104 |
| Binary | 11111001 | 10110111 | 1100000 | 0 | 11011 | 111101 | 10 | 100010 | 1011101 | 1000100 |
Color Harmonies of #F9B760
Complementary color
Monochromatic Colors of #F9B760
Black with #F9B760
Text Example
Text Example
White with #F9B760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B760; }
p { color: rgb(249,183,96); }
H1.HeaderClassName
{
color: #F9B760;
}
.AnyTagClassName
{
color: #F9B760;
}
</style>
background-color css
<style>
a { background-color: #F9B760; }
a { background-color: rgb(249,183,96); }
div.DivClassName
{
background-color: #F9B760;
}
.BgClassName
{
background-color: #F9B760;
}
</style>
border-color css
<style>
span { border-color: #F9B760; }
span { border-color: rgb(249,183,96); }
td.TdClassName
{
border-color: #F9B760;
}
.TagClassName
{
border-color: #F9B760;
}
</style>