Shades of Rajah #FAA95D
Tints of Rajah #FAA95D
RGB
CMYK
RGB Variations
Color information
#FAA95D (or 0xFAA95D) is known color: Rajah. HEX triplet: FA, A9 and 5D. RGB value is (250,169,93). Sum of RGB (Red+Green+Blue) = 250+169+93=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA95D is #0556A2. Grayscale: #B8B8B8. Windows color (decimal): -349859 or 6138362. OLE color: 6138362.
HSL color Cylindrical-coordinate representation of color #FAA95D: hue angle of 29.04º 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 #FAA95D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.04º | 0.94% | 0.67% | - |
| HSV(B) | 29.04º | 0.63% | 0.98% | - |
| XYZ | 55.59 | 49.49 | 16.98 | - |
| YUV | 184.56 | 76.34 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 93 | 0 | 0.32 | 0.63 | 0.02 | 29.04 | 0.94 | 0.67 |
| Hex | FA | A9 | 5D | 0 | 20 | 3F | 2 | 1D | 5E | 43 |
| Octal | 372 | 251 | 135 | 0 | 40 | 77 | 2 | 35 | 136 | 103 |
| Binary | 11111010 | 10101001 | 1011101 | 0 | 100000 | 111111 | 10 | 11101 | 1011110 | 1000011 |
Color Harmonies of #FAA95D
Complementary color
Monochromatic Colors of #FAA95D
Black with #FAA95D
Text Example
Text Example
White with #FAA95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA95D; }
p { color: rgb(250,169,93); }
H1.HeaderClassName
{
color: #FAA95D;
}
.AnyTagClassName
{
color: #FAA95D;
}
</style>
background-color css
<style>
a { background-color: #FAA95D; }
a { background-color: rgb(250,169,93); }
div.DivClassName
{
background-color: #FAA95D;
}
.BgClassName
{
background-color: #FAA95D;
}
</style>
border-color css
<style>
span { border-color: #FAA95D; }
span { border-color: rgb(250,169,93); }
td.TdClassName
{
border-color: #FAA95D;
}
.TagClassName
{
border-color: #FAA95D;
}
</style>