Shades of Rajah #F9B86A
Tints of Rajah #F9B86A
RGB
CMYK
RGB Variations
Color information
#F9B86A (or 0xF9B86A) is known color: Rajah. HEX triplet: F9, B8 and 6A. RGB value is (249,184,106). Sum of RGB (Red+Green+Blue) = 249+184+106=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B86A is #064795. Grayscale: #C2C2C2. Windows color (decimal): -411542 or 6994169. OLE color: 6994169.
HSL color Cylindrical-coordinate representation of color #F9B86A: hue angle of 32.73º 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 #F9B86A is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 184 | 106 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.02 |
| HSL | 32.73º | 0.92% | 0.7% | - |
| HSV(B) | 32.73º | 0.57% | 0.98% | - |
| XYZ | 58.81 | 55.46 | 21.24 | - |
| YUV | 194.54 | 78.03 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 184 | 106 | 0 | 0.26 | 0.57 | 0.02 | 32.73 | 0.92 | 0.7 |
| Hex | F9 | B8 | 6A | 0 | 1A | 39 | 2 | 21 | 5C | 46 |
| Octal | 371 | 270 | 152 | 0 | 32 | 71 | 2 | 41 | 134 | 106 |
| Binary | 11111001 | 10111000 | 1101010 | 0 | 11010 | 111001 | 10 | 100001 | 1011100 | 1000110 |
Color Harmonies of #F9B86A
Complementary color
Monochromatic Colors of #F9B86A
Black with #F9B86A
Text Example
Text Example
White with #F9B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B86A; }
p { color: rgb(249,184,106); }
H1.HeaderClassName
{
color: #F9B86A;
}
.AnyTagClassName
{
color: #F9B86A;
}
</style>
background-color css
<style>
a { background-color: #F9B86A; }
a { background-color: rgb(249,184,106); }
div.DivClassName
{
background-color: #F9B86A;
}
.BgClassName
{
background-color: #F9B86A;
}
</style>
border-color css
<style>
span { border-color: #F9B86A; }
span { border-color: rgb(249,184,106); }
td.TdClassName
{
border-color: #F9B86A;
}
.TagClassName
{
border-color: #F9B86A;
}
</style>