Shades of Rajah #F9B46C
Tints of Rajah #F9B46C
RGB
CMYK
RGB Variations
Color information
#F9B46C (or 0xF9B46C) is known color: Rajah. HEX triplet: F9, B4 and 6C. RGB value is (249,180,108). Sum of RGB (Red+Green+Blue) = 249+180+108=537 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.37% from 537); Green value is 180 (70.70% from 255 or 33.52% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9B46C is #064B93. Grayscale: #C0C0C0. Windows color (decimal): -412564 or 7124217. OLE color: 7124217.
HSL color Cylindrical-coordinate representation of color #F9B46C: hue angle of 30.64º 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 #F9B46C is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 180 | 108 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.02 |
| HSL | 30.64º | 0.92% | 0.7% | - |
| HSV(B) | 30.64º | 0.57% | 0.98% | - |
| XYZ | 58.09 | 53.86 | 21.52 | - |
| YUV | 192.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 180 | 108 | 0 | 0.28 | 0.57 | 0.02 | 30.64 | 0.92 | 0.7 |
| Hex | F9 | B4 | 6C | 0 | 1C | 39 | 2 | 1F | 5C | 46 |
| Octal | 371 | 264 | 154 | 0 | 34 | 71 | 2 | 37 | 134 | 106 |
| Binary | 11111001 | 10110100 | 1101100 | 0 | 11100 | 111001 | 10 | 11111 | 1011100 | 1000110 |
Color Harmonies of #F9B46C
Complementary color
Monochromatic Colors of #F9B46C
Black with #F9B46C
Text Example
Text Example
White with #F9B46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B46C; }
p { color: rgb(249,180,108); }
H1.HeaderClassName
{
color: #F9B46C;
}
.AnyTagClassName
{
color: #F9B46C;
}
</style>
background-color css
<style>
a { background-color: #F9B46C; }
a { background-color: rgb(249,180,108); }
div.DivClassName
{
background-color: #F9B46C;
}
.BgClassName
{
background-color: #F9B46C;
}
</style>
border-color css
<style>
span { border-color: #F9B46C; }
span { border-color: rgb(249,180,108); }
td.TdClassName
{
border-color: #F9B46C;
}
.TagClassName
{
border-color: #F9B46C;
}
</style>