Shades of Rajah #F9AD65
Tints of Rajah #F9AD65
RGB
CMYK
RGB Variations
Color information
#F9AD65 (or 0xF9AD65) is known color: Rajah. HEX triplet: F9, AD and 65. RGB value is (249,173,101). Sum of RGB (Red+Green+Blue) = 249+173+101=523 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.61% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD65 is #06529A. Grayscale: #BBBBBB. Windows color (decimal): -414363 or 6663673. OLE color: 6663673.
HSL color Cylindrical-coordinate representation of color #F9AD65: hue angle of 29.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9AD65 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 101 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.02 |
| HSL | 29.19º | 0.93% | 0.69% | - |
| HSV(B) | 29.19º | 0.59% | 0.98% | - |
| XYZ | 56.36 | 50.97 | 19.18 | - |
| YUV | 187.52 | 79.18 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 101 | 0 | 0.31 | 0.59 | 0.02 | 29.19 | 0.93 | 0.69 |
| Hex | F9 | AD | 65 | 0 | 1F | 3B | 2 | 1D | 5C | 45 |
| Octal | 371 | 255 | 145 | 0 | 37 | 73 | 2 | 35 | 134 | 105 |
| Binary | 11111001 | 10101101 | 1100101 | 0 | 11111 | 111011 | 10 | 11101 | 1011100 | 1000101 |
Color Harmonies of #F9AD65
Complementary color
Monochromatic Colors of #F9AD65
Black with #F9AD65
Text Example
Text Example
White with #F9AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD65; }
p { color: rgb(249,173,101); }
H1.HeaderClassName
{
color: #F9AD65;
}
.AnyTagClassName
{
color: #F9AD65;
}
</style>
background-color css
<style>
a { background-color: #F9AD65; }
a { background-color: rgb(249,173,101); }
div.DivClassName
{
background-color: #F9AD65;
}
.BgClassName
{
background-color: #F9AD65;
}
</style>
border-color css
<style>
span { border-color: #F9AD65; }
span { border-color: rgb(249,173,101); }
td.TdClassName
{
border-color: #F9AD65;
}
.TagClassName
{
border-color: #F9AD65;
}
</style>