Shades of Rajah #FAAF5E
Tints of Rajah #FAAF5E
RGB
CMYK
RGB Variations
Color information
#FAAF5E (or 0xFAAF5E) is known color: Rajah. HEX triplet: FA, AF and 5E. RGB value is (250,175,94). Sum of RGB (Red+Green+Blue) = 250+175+94=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAF5E is #0550A1. Grayscale: #BCBCBC. Windows color (decimal): -348322 or 6205434. OLE color: 6205434.
HSL color Cylindrical-coordinate representation of color #FAAF5E: hue angle of 31.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAAF5E is Cyan = 0, Magento = 0.3, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 94 | - |
| CMYK | 0 | 0.3 | 0.62 | 0.02 |
| HSL | 31.15º | 0.94% | 0.67% | - |
| HSV(B) | 31.15º | 0.62% | 0.98% | - |
| XYZ | 56.77 | 51.79 | 17.59 | - |
| YUV | 188.19 | 74.85 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 94 | 0 | 0.3 | 0.62 | 0.02 | 31.15 | 0.94 | 0.67 |
| Hex | FA | AF | 5E | 0 | 1E | 3E | 2 | 1F | 5E | 43 |
| Octal | 372 | 257 | 136 | 0 | 36 | 76 | 2 | 37 | 136 | 103 |
| Binary | 11111010 | 10101111 | 1011110 | 0 | 11110 | 111110 | 10 | 11111 | 1011110 | 1000011 |
Color Harmonies of #FAAF5E
Complementary color
Monochromatic Colors of #FAAF5E
Black with #FAAF5E
Text Example
Text Example
White with #FAAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAF5E; }
p { color: rgb(250,175,94); }
H1.HeaderClassName
{
color: #FAAF5E;
}
.AnyTagClassName
{
color: #FAAF5E;
}
</style>
background-color css
<style>
a { background-color: #FAAF5E; }
a { background-color: rgb(250,175,94); }
div.DivClassName
{
background-color: #FAAF5E;
}
.BgClassName
{
background-color: #FAAF5E;
}
</style>
border-color css
<style>
span { border-color: #FAAF5E; }
span { border-color: rgb(250,175,94); }
td.TdClassName
{
border-color: #FAAF5E;
}
.TagClassName
{
border-color: #FAAF5E;
}
</style>