Shades of Rajah #FAB665
Tints of Rajah #FAB665
RGB
CMYK
RGB Variations
Color information
#FAB665 (or 0xFAB665) is known color: Rajah. HEX triplet: FA, B6 and 65. RGB value is (250,182,101). Sum of RGB (Red+Green+Blue) = 250+182+101=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 101 (39.84% from 255 or 18.95% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB665 is #05499A. Grayscale: #C1C1C1. Windows color (decimal): -346523 or 6665978. OLE color: 6665978.
HSL color Cylindrical-coordinate representation of color #FAB665: hue angle of 32.62º 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 #FAB665 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 101 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.02 |
| HSL | 32.62º | 0.94% | 0.69% | - |
| HSV(B) | 32.62º | 0.6% | 0.98% | - |
| XYZ | 58.5 | 54.72 | 19.79 | - |
| YUV | 193.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 101 | 0 | 0.27 | 0.60 | 0.02 | 32.62 | 0.94 | 0.69 |
| Hex | FA | B6 | 65 | 0 | 1B | 3C | 2 | 21 | 5E | 45 |
| Octal | 372 | 266 | 145 | 0 | 33 | 74 | 2 | 41 | 136 | 105 |
| Binary | 11111010 | 10110110 | 1100101 | 0 | 11011 | 111100 | 10 | 100001 | 1011110 | 1000101 |
Color Harmonies of #FAB665
Complementary color
Monochromatic Colors of #FAB665
Black with #FAB665
Text Example
Text Example
White with #FAB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB665; }
p { color: rgb(250,182,101); }
H1.HeaderClassName
{
color: #FAB665;
}
.AnyTagClassName
{
color: #FAB665;
}
</style>
background-color css
<style>
a { background-color: #FAB665; }
a { background-color: rgb(250,182,101); }
div.DivClassName
{
background-color: #FAB665;
}
.BgClassName
{
background-color: #FAB665;
}
</style>
border-color css
<style>
span { border-color: #FAB665; }
span { border-color: rgb(250,182,101); }
td.TdClassName
{
border-color: #FAB665;
}
.TagClassName
{
border-color: #FAB665;
}
</style>