Shades of Rajah #F9AB6A
Tints of Rajah #F9AB6A
RGB
CMYK
RGB Variations
Color information
#F9AB6A (or 0xF9AB6A) is known color: Rajah. HEX triplet: F9, AB and 6A. RGB value is (249,171,106). Sum of RGB (Red+Green+Blue) = 249+171+106=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB6A is #065495. Grayscale: #BBBBBB. Windows color (decimal): -414870 or 6990841. OLE color: 6990841.
HSL color Cylindrical-coordinate representation of color #F9AB6A: hue angle of 27.27º 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 #F9AB6A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 106 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.02 |
| HSL | 27.27º | 0.92% | 0.7% | - |
| HSV(B) | 27.27º | 0.57% | 0.98% | - |
| XYZ | 56.23 | 50.31 | 20.38 | - |
| YUV | 186.91 | 82.34 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 106 | 0 | 0.31 | 0.57 | 0.02 | 27.27 | 0.92 | 0.7 |
| Hex | F9 | AB | 6A | 0 | 1F | 39 | 2 | 1B | 5C | 46 |
| Octal | 371 | 253 | 152 | 0 | 37 | 71 | 2 | 33 | 134 | 106 |
| Binary | 11111001 | 10101011 | 1101010 | 0 | 11111 | 111001 | 10 | 11011 | 1011100 | 1000110 |
Color Harmonies of #F9AB6A
Complementary color
Monochromatic Colors of #F9AB6A
Black with #F9AB6A
Text Example
Text Example
White with #F9AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB6A; }
p { color: rgb(249,171,106); }
H1.HeaderClassName
{
color: #F9AB6A;
}
.AnyTagClassName
{
color: #F9AB6A;
}
</style>
background-color css
<style>
a { background-color: #F9AB6A; }
a { background-color: rgb(249,171,106); }
div.DivClassName
{
background-color: #F9AB6A;
}
.BgClassName
{
background-color: #F9AB6A;
}
</style>
border-color css
<style>
span { border-color: #F9AB6A; }
span { border-color: rgb(249,171,106); }
td.TdClassName
{
border-color: #F9AB6A;
}
.TagClassName
{
border-color: #F9AB6A;
}
</style>