Shades of Rajah #F9AA5D
Tints of Rajah #F9AA5D
RGB
CMYK
RGB Variations
Color information
#F9AA5D (or 0xF9AA5D) is known color: Rajah. HEX triplet: F9, AA and 5D. RGB value is (249,170,93). Sum of RGB (Red+Green+Blue) = 249+170+93=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AA5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AA5D is #0655A2. Grayscale: #B9B9B9. Windows color (decimal): -415139 or 6138617. OLE color: 6138617.
HSL color Cylindrical-coordinate representation of color #F9AA5D: hue angle of 29.62º degrees, saturation: 0.93, 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 #F9AA5D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 93 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.02 |
| HSL | 29.62º | 0.93% | 0.67% | - |
| HSV(B) | 29.62º | 0.63% | 0.98% | - |
| XYZ | 55.42 | 49.68 | 17.02 | - |
| YUV | 184.84 | 76.17 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 93 | 0 | 0.32 | 0.63 | 0.02 | 29.62 | 0.93 | 0.67 |
| Hex | F9 | AA | 5D | 0 | 20 | 3F | 2 | 1E | 5D | 43 |
| Octal | 371 | 252 | 135 | 0 | 40 | 77 | 2 | 36 | 135 | 103 |
| Binary | 11111001 | 10101010 | 1011101 | 0 | 100000 | 111111 | 10 | 11110 | 1011101 | 1000011 |
Color Harmonies of #F9AA5D
Complementary color
Monochromatic Colors of #F9AA5D
Black with #F9AA5D
Text Example
Text Example
White with #F9AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AA5D; }
p { color: rgb(249,170,93); }
H1.HeaderClassName
{
color: #F9AA5D;
}
.AnyTagClassName
{
color: #F9AA5D;
}
</style>
background-color css
<style>
a { background-color: #F9AA5D; }
a { background-color: rgb(249,170,93); }
div.DivClassName
{
background-color: #F9AA5D;
}
.BgClassName
{
background-color: #F9AA5D;
}
</style>
border-color css
<style>
span { border-color: #F9AA5D; }
span { border-color: rgb(249,170,93); }
td.TdClassName
{
border-color: #F9AA5D;
}
.TagClassName
{
border-color: #F9AA5D;
}
</style>