Shades of Rajah #F9AD6A
Tints of Rajah #F9AD6A
RGB
CMYK
RGB Variations
Color information
#F9AD6A (or 0xF9AD6A) is known color: Rajah. HEX triplet: F9, AD and 6A. RGB value is (249,173,106). Sum of RGB (Red+Green+Blue) = 249+173+106=528 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.16% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD6A is #065295. Grayscale: #BCBCBC. Windows color (decimal): -414358 or 6991353. OLE color: 6991353.
HSL color Cylindrical-coordinate representation of color #F9AD6A: hue angle of 28.11º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F9AD6A is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 106 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.02 |
| HSL | 28.11º | 0.92% | 0.7% | - |
| HSV(B) | 28.11º | 0.57% | 0.98% | - |
| XYZ | 56.61 | 51.07 | 20.51 | - |
| YUV | 188.09 | 81.68 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 106 | 0 | 0.31 | 0.57 | 0.02 | 28.11 | 0.92 | 0.7 |
| Hex | F9 | AD | 6A | 0 | 1F | 39 | 2 | 1C | 5C | 46 |
| Octal | 371 | 255 | 152 | 0 | 37 | 71 | 2 | 34 | 134 | 106 |
| Binary | 11111001 | 10101101 | 1101010 | 0 | 11111 | 111001 | 10 | 11100 | 1011100 | 1000110 |
Color Harmonies of #F9AD6A
Complementary color
Monochromatic Colors of #F9AD6A
Black with #F9AD6A
Text Example
Text Example
White with #F9AD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD6A; }
p { color: rgb(249,173,106); }
H1.HeaderClassName
{
color: #F9AD6A;
}
.AnyTagClassName
{
color: #F9AD6A;
}
</style>
background-color css
<style>
a { background-color: #F9AD6A; }
a { background-color: rgb(249,173,106); }
div.DivClassName
{
background-color: #F9AD6A;
}
.BgClassName
{
background-color: #F9AD6A;
}
</style>
border-color css
<style>
span { border-color: #F9AD6A; }
span { border-color: rgb(249,173,106); }
td.TdClassName
{
border-color: #F9AD6A;
}
.TagClassName
{
border-color: #F9AD6A;
}
</style>