Shades of Rajah #FAB56D
Tints of Rajah #FAB56D
RGB
CMYK
RGB Variations
Color information
#FAB56D (or 0xFAB56D) is known color: Rajah. HEX triplet: FA, B5 and 6D. RGB value is (250,181,109). Sum of RGB (Red+Green+Blue) = 250+181+109=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 181 (71.09% from 255 or 33.52% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB56D is #054A92. Grayscale: #C1C1C1. Windows color (decimal): -346771 or 7190010. OLE color: 7190010.
HSL color Cylindrical-coordinate representation of color #FAB56D: hue angle of 30.64º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAB56D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 181 | 109 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.02 |
| HSL | 30.64º | 0.93% | 0.7% | - |
| HSV(B) | 30.64º | 0.56% | 0.98% | - |
| XYZ | 58.71 | 54.48 | 21.89 | - |
| YUV | 193.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 181 | 109 | 0 | 0.28 | 0.56 | 0.02 | 30.64 | 0.93 | 0.7 |
| Hex | FA | B5 | 6D | 0 | 1C | 38 | 2 | 1F | 5D | 46 |
| Octal | 372 | 265 | 155 | 0 | 34 | 70 | 2 | 37 | 135 | 106 |
| Binary | 11111010 | 10110101 | 1101101 | 0 | 11100 | 111000 | 10 | 11111 | 1011101 | 1000110 |
Color Harmonies of #FAB56D
Complementary color
Monochromatic Colors of #FAB56D
Black with #FAB56D
Text Example
Text Example
White with #FAB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB56D; }
p { color: rgb(250,181,109); }
H1.HeaderClassName
{
color: #FAB56D;
}
.AnyTagClassName
{
color: #FAB56D;
}
</style>
background-color css
<style>
a { background-color: #FAB56D; }
a { background-color: rgb(250,181,109); }
div.DivClassName
{
background-color: #FAB56D;
}
.BgClassName
{
background-color: #FAB56D;
}
</style>
border-color css
<style>
span { border-color: #FAB56D; }
span { border-color: rgb(250,181,109); }
td.TdClassName
{
border-color: #FAB56D;
}
.TagClassName
{
border-color: #FAB56D;
}
</style>