Shades of Rajah #F9B76A
Tints of Rajah #F9B76A
RGB
CMYK
RGB Variations
Color information
#F9B76A (or 0xF9B76A) is known color: Rajah. HEX triplet: F9, B7 and 6A. RGB value is (249,183,106). Sum of RGB (Red+Green+Blue) = 249+183+106=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B76A is #064895. Grayscale: #C2C2C2. Windows color (decimal): -411798 or 6993913. OLE color: 6993913.
HSL color Cylindrical-coordinate representation of color #F9B76A: hue angle of 32.31º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9B76A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 183 | 106 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.02 |
| HSL | 32.31º | 0.92% | 0.7% | - |
| HSV(B) | 32.31º | 0.57% | 0.98% | - |
| XYZ | 58.6 | 55.05 | 21.17 | - |
| YUV | 193.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 183 | 106 | 0 | 0.27 | 0.57 | 0.02 | 32.31 | 0.92 | 0.7 |
| Hex | F9 | B7 | 6A | 0 | 1B | 39 | 2 | 20 | 5C | 46 |
| Octal | 371 | 267 | 152 | 0 | 33 | 71 | 2 | 40 | 134 | 106 |
| Binary | 11111001 | 10110111 | 1101010 | 0 | 11011 | 111001 | 10 | 100000 | 1011100 | 1000110 |
Color Harmonies of #F9B76A
Complementary color
Monochromatic Colors of #F9B76A
Black with #F9B76A
Text Example
Text Example
White with #F9B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B76A; }
p { color: rgb(249,183,106); }
H1.HeaderClassName
{
color: #F9B76A;
}
.AnyTagClassName
{
color: #F9B76A;
}
</style>
background-color css
<style>
a { background-color: #F9B76A; }
a { background-color: rgb(249,183,106); }
div.DivClassName
{
background-color: #F9B76A;
}
.BgClassName
{
background-color: #F9B76A;
}
</style>
border-color css
<style>
span { border-color: #F9B76A; }
span { border-color: rgb(249,183,106); }
td.TdClassName
{
border-color: #F9B76A;
}
.TagClassName
{
border-color: #F9B76A;
}
</style>