Shades of Rajah #FAB965
Tints of Rajah #FAB965
RGB
CMYK
RGB Variations
Color information
#FAB965 (or 0xFAB965) is known color: Rajah. HEX triplet: FA, B9 and 65. RGB value is (250,185,101). Sum of RGB (Red+Green+Blue) = 250+185+101=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB965 is #05469A. Grayscale: #C3C3C3. Windows color (decimal): -345755 or 6666746. OLE color: 6666746.
HSL color Cylindrical-coordinate representation of color #FAB965: hue angle of 33.83º 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 #FAB965 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 101 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.02 |
| HSL | 33.83º | 0.94% | 0.69% | - |
| HSV(B) | 33.83º | 0.6% | 0.98% | - |
| XYZ | 59.12 | 55.96 | 20 | - |
| YUV | 194.86 | 75.03 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 101 | 0 | 0.26 | 0.60 | 0.02 | 33.83 | 0.94 | 0.69 |
| Hex | FA | B9 | 65 | 0 | 1A | 3C | 2 | 22 | 5E | 45 |
| Octal | 372 | 271 | 145 | 0 | 32 | 74 | 2 | 42 | 136 | 105 |
| Binary | 11111010 | 10111001 | 1100101 | 0 | 11010 | 111100 | 10 | 100010 | 1011110 | 1000101 |
Color Harmonies of #FAB965
Complementary color
Monochromatic Colors of #FAB965
Black with #FAB965
Text Example
Text Example
White with #FAB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB965; }
p { color: rgb(250,185,101); }
H1.HeaderClassName
{
color: #FAB965;
}
.AnyTagClassName
{
color: #FAB965;
}
</style>
background-color css
<style>
a { background-color: #FAB965; }
a { background-color: rgb(250,185,101); }
div.DivClassName
{
background-color: #FAB965;
}
.BgClassName
{
background-color: #FAB965;
}
</style>
border-color css
<style>
span { border-color: #FAB965; }
span { border-color: rgb(250,185,101); }
td.TdClassName
{
border-color: #FAB965;
}
.TagClassName
{
border-color: #FAB965;
}
</style>