Shades of Rajah #FAB46D
Tints of Rajah #FAB46D
RGB
CMYK
RGB Variations
Color information
#FAB46D (or 0xFAB46D) is known color: Rajah. HEX triplet: FA, B4 and 6D. RGB value is (250,180,109). Sum of RGB (Red+Green+Blue) = 250+180+109=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 109 (42.97% from 255 or 20.22% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB46D is #054B92. Grayscale: #C1C1C1. Windows color (decimal): -347027 or 7189754. OLE color: 7189754.
HSL color Cylindrical-coordinate representation of color #FAB46D: hue angle of 30.21º 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 #FAB46D is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 109 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.02 |
| HSL | 30.21º | 0.93% | 0.7% | - |
| HSV(B) | 30.21º | 0.56% | 0.98% | - |
| XYZ | 58.51 | 54.07 | 21.82 | - |
| YUV | 192.84 | 80.69 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 109 | 0 | 0.28 | 0.56 | 0.02 | 30.21 | 0.93 | 0.7 |
| Hex | FA | B4 | 6D | 0 | 1C | 38 | 2 | 1E | 5D | 46 |
| Octal | 372 | 264 | 155 | 0 | 34 | 70 | 2 | 36 | 135 | 106 |
| Binary | 11111010 | 10110100 | 1101101 | 0 | 11100 | 111000 | 10 | 11110 | 1011101 | 1000110 |
Color Harmonies of #FAB46D
Complementary color
Monochromatic Colors of #FAB46D
Black with #FAB46D
Text Example
Text Example
White with #FAB46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB46D; }
p { color: rgb(250,180,109); }
H1.HeaderClassName
{
color: #FAB46D;
}
.AnyTagClassName
{
color: #FAB46D;
}
</style>
background-color css
<style>
a { background-color: #FAB46D; }
a { background-color: rgb(250,180,109); }
div.DivClassName
{
background-color: #FAB46D;
}
.BgClassName
{
background-color: #FAB46D;
}
</style>
border-color css
<style>
span { border-color: #FAB46D; }
span { border-color: rgb(250,180,109); }
td.TdClassName
{
border-color: #FAB46D;
}
.TagClassName
{
border-color: #FAB46D;
}
</style>