Shades of Rajah #FAAB5B
Tints of Rajah #FAAB5B
RGB
CMYK
RGB Variations
Color information
#FAAB5B (or 0xFAAB5B) is known color: Rajah. HEX triplet: FA, AB and 5B. RGB value is (250,171,91). Sum of RGB (Red+Green+Blue) = 250+171+91=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB5B is #0554A4. Grayscale: #B9B9B9. Windows color (decimal): -349349 or 6007802. OLE color: 6007802.
HSL color Cylindrical-coordinate representation of color #FAAB5B: hue angle of 30.19º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAAB5B is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 91 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.02 |
| HSL | 30.19º | 0.94% | 0.67% | - |
| HSV(B) | 30.19º | 0.64% | 0.98% | - |
| XYZ | 55.88 | 50.21 | 16.64 | - |
| YUV | 185.5 | 74.67 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 91 | 0 | 0.32 | 0.64 | 0.02 | 30.19 | 0.94 | 0.67 |
| Hex | FA | AB | 5B | 0 | 20 | 40 | 2 | 1E | 5E | 43 |
| Octal | 372 | 253 | 133 | 0 | 40 | 100 | 2 | 36 | 136 | 103 |
| Binary | 11111010 | 10101011 | 1011011 | 0 | 100000 | 1000000 | 10 | 11110 | 1011110 | 1000011 |
Color Harmonies of #FAAB5B
Complementary color
Monochromatic Colors of #FAAB5B
Black with #FAAB5B
Text Example
Text Example
White with #FAAB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB5B; }
p { color: rgb(250,171,91); }
H1.HeaderClassName
{
color: #FAAB5B;
}
.AnyTagClassName
{
color: #FAAB5B;
}
</style>
background-color css
<style>
a { background-color: #FAAB5B; }
a { background-color: rgb(250,171,91); }
div.DivClassName
{
background-color: #FAAB5B;
}
.BgClassName
{
background-color: #FAAB5B;
}
</style>
border-color css
<style>
span { border-color: #FAAB5B; }
span { border-color: rgb(250,171,91); }
td.TdClassName
{
border-color: #FAAB5B;
}
.TagClassName
{
border-color: #FAAB5B;
}
</style>