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