Shades of Rajah #FAB669
Tints of Rajah #FAB669
RGB
CMYK
RGB Variations
Color information
#FAB669 (or 0xFAB669) is known color: Rajah. HEX triplet: FA, B6 and 69. RGB value is (250,182,105). Sum of RGB (Red+Green+Blue) = 250+182+105=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB669 is #054996. Grayscale: #C1C1C1. Windows color (decimal): -346519 or 6928122. OLE color: 6928122.
HSL color Cylindrical-coordinate representation of color #FAB669: hue angle of 31.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAB669 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 105 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.02 |
| HSL | 31.86º | 0.94% | 0.7% | - |
| HSV(B) | 31.86º | 0.58% | 0.98% | - |
| XYZ | 58.7 | 54.8 | 20.85 | - |
| YUV | 193.55 | 78.03 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 105 | 0 | 0.27 | 0.58 | 0.02 | 31.86 | 0.94 | 0.7 |
| Hex | FA | B6 | 69 | 0 | 1B | 3A | 2 | 20 | 5E | 46 |
| Octal | 372 | 266 | 151 | 0 | 33 | 72 | 2 | 40 | 136 | 106 |
| Binary | 11111010 | 10110110 | 1101001 | 0 | 11011 | 111010 | 10 | 100000 | 1011110 | 1000110 |
Color Harmonies of #FAB669
Complementary color
Monochromatic Colors of #FAB669
Black with #FAB669
Text Example
Text Example
White with #FAB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB669; }
p { color: rgb(250,182,105); }
H1.HeaderClassName
{
color: #FAB669;
}
.AnyTagClassName
{
color: #FAB669;
}
</style>
background-color css
<style>
a { background-color: #FAB669; }
a { background-color: rgb(250,182,105); }
div.DivClassName
{
background-color: #FAB669;
}
.BgClassName
{
background-color: #FAB669;
}
</style>
border-color css
<style>
span { border-color: #FAB669; }
span { border-color: rgb(250,182,105); }
td.TdClassName
{
border-color: #FAB669;
}
.TagClassName
{
border-color: #FAB669;
}
</style>