Shades of Rajah #F7AA5E
Tints of Rajah #F7AA5E
RGB
CMYK
RGB Variations
Color information
#F7AA5E (or 0xF7AA5E) is known color: Rajah. HEX triplet: F7, AA and 5E. RGB value is (247,170,94). Sum of RGB (Red+Green+Blue) = 247+170+94=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7AA5E is #0855A1. Grayscale: #B8B8B8. Windows color (decimal): -546210 or 6204151. OLE color: 6204151.
HSL color Cylindrical-coordinate representation of color #F7AA5E: hue angle of 29.8º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7AA5E is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 170 | 94 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.03 |
| HSL | 29.8º | 0.91% | 0.67% | - |
| HSV(B) | 29.8º | 0.62% | 0.97% | - |
| XYZ | 54.75 | 49.33 | 17.23 | - |
| YUV | 184.36 | 77.01 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 170 | 94 | 0 | 0.31 | 0.62 | 0.03 | 29.8 | 0.91 | 0.67 |
| Hex | F7 | AA | 5E | 0 | 1F | 3E | 3 | 1E | 5B | 43 |
| Octal | 367 | 252 | 136 | 0 | 37 | 76 | 3 | 36 | 133 | 103 |
| Binary | 11110111 | 10101010 | 1011110 | 0 | 11111 | 111110 | 11 | 11110 | 1011011 | 1000011 |
Color Harmonies of #F7AA5E
Complementary color
Monochromatic Colors of #F7AA5E
Black with #F7AA5E
Text Example
Text Example
White with #F7AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7AA5E; }
p { color: rgb(247,170,94); }
H1.HeaderClassName
{
color: #F7AA5E;
}
.AnyTagClassName
{
color: #F7AA5E;
}
</style>
background-color css
<style>
a { background-color: #F7AA5E; }
a { background-color: rgb(247,170,94); }
div.DivClassName
{
background-color: #F7AA5E;
}
.BgClassName
{
background-color: #F7AA5E;
}
</style>
border-color css
<style>
span { border-color: #F7AA5E; }
span { border-color: rgb(247,170,94); }
td.TdClassName
{
border-color: #F7AA5E;
}
.TagClassName
{
border-color: #F7AA5E;
}
</style>