Shades of Rajah #F9A962
Tints of Rajah #F9A962
RGB
CMYK
RGB Variations
Color information
#F9A962 (or 0xF9A962) is known color: Rajah. HEX triplet: F9, A9 and 62. RGB value is (249,169,98). Sum of RGB (Red+Green+Blue) = 249+169+98=516 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.26% from 516); Green value is 169 (66.41% from 255 or 32.75% from 516); Blue value is 98 (38.67% from 255 or 18.99% from 516); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A962 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A962 is #06569D. Grayscale: #B9B9B9. Windows color (decimal): -415390 or 6466041. OLE color: 6466041.
HSL color Cylindrical-coordinate representation of color #F9A962: hue angle of 28.21º 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 #F9A962 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 98 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.02 |
| HSL | 28.21º | 0.93% | 0.68% | - |
| HSV(B) | 28.21º | 0.61% | 0.98% | - |
| XYZ | 55.46 | 49.4 | 18.17 | - |
| YUV | 184.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 98 | 0 | 0.32 | 0.61 | 0.02 | 28.21 | 0.93 | 0.68 |
| Hex | F9 | A9 | 62 | 0 | 20 | 3D | 2 | 1C | 5D | 44 |
| Octal | 371 | 251 | 142 | 0 | 40 | 75 | 2 | 34 | 135 | 104 |
| Binary | 11111001 | 10101001 | 1100010 | 0 | 100000 | 111101 | 10 | 11100 | 1011101 | 1000100 |
Color Harmonies of #F9A962
Complementary color
Monochromatic Colors of #F9A962
Black with #F9A962
Text Example
Text Example
White with #F9A962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A962; }
p { color: rgb(249,169,98); }
H1.HeaderClassName
{
color: #F9A962;
}
.AnyTagClassName
{
color: #F9A962;
}
</style>
background-color css
<style>
a { background-color: #F9A962; }
a { background-color: rgb(249,169,98); }
div.DivClassName
{
background-color: #F9A962;
}
.BgClassName
{
background-color: #F9A962;
}
</style>
border-color css
<style>
span { border-color: #F9A962; }
span { border-color: rgb(249,169,98); }
td.TdClassName
{
border-color: #F9A962;
}
.TagClassName
{
border-color: #F9A962;
}
</style>