Shades of Rajah #FAAB5D
Tints of Rajah #FAAB5D
RGB
CMYK
RGB Variations
Color information
#FAAB5D (or 0xFAAB5D) is known color: Rajah. HEX triplet: FA, AB and 5D. RGB value is (250,171,93). Sum of RGB (Red+Green+Blue) = 250+171+93=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB5D is #0554A2. Grayscale: #BABABA. Windows color (decimal): -349347 or 6138874. OLE color: 6138874.
HSL color Cylindrical-coordinate representation of color #FAAB5D: hue angle of 29.81º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAAB5D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.81º | 0.94% | 0.67% | - |
| HSV(B) | 29.81º | 0.63% | 0.98% | - |
| XYZ | 55.96 | 50.24 | 17.1 | - |
| YUV | 185.73 | 75.67 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 93 | 0 | 0.32 | 0.63 | 0.02 | 29.81 | 0.94 | 0.67 |
| Hex | FA | AB | 5D | 0 | 20 | 3F | 2 | 1E | 5E | 43 |
| Octal | 372 | 253 | 135 | 0 | 40 | 77 | 2 | 36 | 136 | 103 |
| Binary | 11111010 | 10101011 | 1011101 | 0 | 100000 | 111111 | 10 | 11110 | 1011110 | 1000011 |
Color Harmonies of #FAAB5D
Complementary color
Monochromatic Colors of #FAAB5D
Black with #FAAB5D
Text Example
Text Example
White with #FAAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAB5D; }
p { color: rgb(250,171,93); }
H1.HeaderClassName
{
color: #FAAB5D;
}
.AnyTagClassName
{
color: #FAAB5D;
}
</style>
background-color css
<style>
a { background-color: #FAAB5D; }
a { background-color: rgb(250,171,93); }
div.DivClassName
{
background-color: #FAAB5D;
}
.BgClassName
{
background-color: #FAAB5D;
}
</style>
border-color css
<style>
span { border-color: #FAAB5D; }
span { border-color: rgb(250,171,93); }
td.TdClassName
{
border-color: #FAAB5D;
}
.TagClassName
{
border-color: #FAAB5D;
}
</style>