Shades of Rajah #FAB865
Tints of Rajah #FAB865
RGB
CMYK
RGB Variations
Color information
#FAB865 (or 0xFAB865) is known color: Rajah. HEX triplet: FA, B8 and 65. RGB value is (250,184,101). Sum of RGB (Red+Green+Blue) = 250+184+101=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB865 is #05479A. Grayscale: #C2C2C2. Windows color (decimal): -346011 or 6666490. OLE color: 6666490.
HSL color Cylindrical-coordinate representation of color #FAB865: hue angle of 33.42º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB865 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.02 |
| HSL | 33.42º | 0.94% | 0.69% | - |
| HSV(B) | 33.42º | 0.6% | 0.98% | - |
| XYZ | 58.91 | 55.54 | 19.93 | - |
| YUV | 194.27 | 75.37 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 101 | 0 | 0.26 | 0.60 | 0.02 | 33.42 | 0.94 | 0.69 |
| Hex | FA | B8 | 65 | 0 | 1A | 3C | 2 | 21 | 5E | 45 |
| Octal | 372 | 270 | 145 | 0 | 32 | 74 | 2 | 41 | 136 | 105 |
| Binary | 11111010 | 10111000 | 1100101 | 0 | 11010 | 111100 | 10 | 100001 | 1011110 | 1000101 |
Color Harmonies of #FAB865
Complementary color
Monochromatic Colors of #FAB865
Black with #FAB865
Text Example
Text Example
White with #FAB865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB865; }
p { color: rgb(250,184,101); }
H1.HeaderClassName
{
color: #FAB865;
}
.AnyTagClassName
{
color: #FAB865;
}
</style>
background-color css
<style>
a { background-color: #FAB865; }
a { background-color: rgb(250,184,101); }
div.DivClassName
{
background-color: #FAB865;
}
.BgClassName
{
background-color: #FAB865;
}
</style>
border-color css
<style>
span { border-color: #FAB865; }
span { border-color: rgb(250,184,101); }
td.TdClassName
{
border-color: #FAB865;
}
.TagClassName
{
border-color: #FAB865;
}
</style>