Shades of Rajah #F9AB68
Tints of Rajah #F9AB68
RGB
CMYK
RGB Variations
Color information
#F9AB68 (or 0xF9AB68) is known color: Rajah. HEX triplet: F9, AB and 68. RGB value is (249,171,104). Sum of RGB (Red+Green+Blue) = 249+171+104=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AB68 is #065497. Grayscale: #BBBBBB. Windows color (decimal): -414872 or 6859769. OLE color: 6859769.
HSL color Cylindrical-coordinate representation of color #F9AB68: hue angle of 27.72º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9AB68 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 104 | - |
| CMYK | 0 | 0.31 | 0.58 | 0.02 |
| HSL | 27.72º | 0.92% | 0.69% | - |
| HSV(B) | 27.72º | 0.58% | 0.98% | - |
| XYZ | 56.13 | 50.27 | 19.84 | - |
| YUV | 186.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 104 | 0 | 0.31 | 0.58 | 0.02 | 27.72 | 0.92 | 0.69 |
| Hex | F9 | AB | 68 | 0 | 1F | 3A | 2 | 1C | 5C | 45 |
| Octal | 371 | 253 | 150 | 0 | 37 | 72 | 2 | 34 | 134 | 105 |
| Binary | 11111001 | 10101011 | 1101000 | 0 | 11111 | 111010 | 10 | 11100 | 1011100 | 1000101 |
Color Harmonies of #F9AB68
Complementary color
Monochromatic Colors of #F9AB68
Black with #F9AB68
Text Example
Text Example
White with #F9AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB68; }
p { color: rgb(249,171,104); }
H1.HeaderClassName
{
color: #F9AB68;
}
.AnyTagClassName
{
color: #F9AB68;
}
</style>
background-color css
<style>
a { background-color: #F9AB68; }
a { background-color: rgb(249,171,104); }
div.DivClassName
{
background-color: #F9AB68;
}
.BgClassName
{
background-color: #F9AB68;
}
</style>
border-color css
<style>
span { border-color: #F9AB68; }
span { border-color: rgb(249,171,104); }
td.TdClassName
{
border-color: #F9AB68;
}
.TagClassName
{
border-color: #F9AB68;
}
</style>