Shades of Rajah #FAAB67
Tints of Rajah #FAAB67
RGB
CMYK
RGB Variations
Color information
#FAAB67 (or 0xFAAB67) is known color: Rajah. HEX triplet: FA, AB and 67. RGB value is (250,171,103). Sum of RGB (Red+Green+Blue) = 250+171+103=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB67 is #055498. Grayscale: #BBBBBB. Windows color (decimal): -349337 or 6794234. OLE color: 6794234.
HSL color Cylindrical-coordinate representation of color #FAAB67: hue angle of 27.76º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAAB67 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 103 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.02 |
| HSL | 27.76º | 0.94% | 0.69% | - |
| HSV(B) | 27.76º | 0.59% | 0.98% | - |
| XYZ | 56.44 | 50.43 | 19.59 | - |
| YUV | 186.87 | 80.67 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 103 | 0 | 0.32 | 0.59 | 0.02 | 27.76 | 0.94 | 0.69 |
| Hex | FA | AB | 67 | 0 | 20 | 3B | 2 | 1C | 5E | 45 |
| Octal | 372 | 253 | 147 | 0 | 40 | 73 | 2 | 34 | 136 | 105 |
| Binary | 11111010 | 10101011 | 1100111 | 0 | 100000 | 111011 | 10 | 11100 | 1011110 | 1000101 |
Color Harmonies of #FAAB67
Complementary color
Monochromatic Colors of #FAAB67
Black with #FAAB67
Text Example
Text Example
White with #FAAB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB67; }
p { color: rgb(250,171,103); }
H1.HeaderClassName
{
color: #FAAB67;
}
.AnyTagClassName
{
color: #FAAB67;
}
</style>
background-color css
<style>
a { background-color: #FAAB67; }
a { background-color: rgb(250,171,103); }
div.DivClassName
{
background-color: #FAAB67;
}
.BgClassName
{
background-color: #FAAB67;
}
</style>
border-color css
<style>
span { border-color: #FAAB67; }
span { border-color: rgb(250,171,103); }
td.TdClassName
{
border-color: #FAAB67;
}
.TagClassName
{
border-color: #FAAB67;
}
</style>