Shades of Rajah #F9AD62
Tints of Rajah #F9AD62
RGB
CMYK
RGB Variations
Color information
#F9AD62 (or 0xF9AD62) is known color: Rajah. HEX triplet: F9, AD and 62. RGB value is (249,173,98). Sum of RGB (Red+Green+Blue) = 249+173+98=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 98 (38.67% from 255 or 18.85% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD62 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AD62 is #06529D. Grayscale: #BBBBBB. Windows color (decimal): -414366 or 6467065. OLE color: 6467065.
HSL color Cylindrical-coordinate representation of color #F9AD62: hue angle of 29.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9AD62 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 98 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.02 |
| HSL | 29.8º | 0.93% | 0.68% | - |
| HSV(B) | 29.8º | 0.61% | 0.98% | - |
| XYZ | 56.22 | 50.91 | 18.42 | - |
| YUV | 187.17 | 77.68 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 98 | 0 | 0.31 | 0.61 | 0.02 | 29.8 | 0.93 | 0.68 |
| Hex | F9 | AD | 62 | 0 | 1F | 3D | 2 | 1E | 5D | 44 |
| Octal | 371 | 255 | 142 | 0 | 37 | 75 | 2 | 36 | 135 | 104 |
| Binary | 11111001 | 10101101 | 1100010 | 0 | 11111 | 111101 | 10 | 11110 | 1011101 | 1000100 |
Color Harmonies of #F9AD62
Complementary color
Monochromatic Colors of #F9AD62
Black with #F9AD62
Text Example
Text Example
White with #F9AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD62; }
p { color: rgb(249,173,98); }
H1.HeaderClassName
{
color: #F9AD62;
}
.AnyTagClassName
{
color: #F9AD62;
}
</style>
background-color css
<style>
a { background-color: #F9AD62; }
a { background-color: rgb(249,173,98); }
div.DivClassName
{
background-color: #F9AD62;
}
.BgClassName
{
background-color: #F9AD62;
}
</style>
border-color css
<style>
span { border-color: #F9AD62; }
span { border-color: rgb(249,173,98); }
td.TdClassName
{
border-color: #F9AD62;
}
.TagClassName
{
border-color: #F9AD62;
}
</style>