Shades of Rajah #F9B262
Tints of Rajah #F9B262
RGB
CMYK
RGB Variations
Color information
#F9B262 (or 0xF9B262) is known color: Rajah. HEX triplet: F9, B2 and 62. RGB value is (249,178,98). Sum of RGB (Red+Green+Blue) = 249+178+98=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B262 is #064D9D. Grayscale: #BEBEBE. Windows color (decimal): -413086 or 6468345. OLE color: 6468345.
HSL color Cylindrical-coordinate representation of color #F9B262: hue angle of 31.79º 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 #F9B262 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 178 | 98 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.02 |
| HSL | 31.79º | 0.93% | 0.68% | - |
| HSV(B) | 31.79º | 0.61% | 0.98% | - |
| XYZ | 57.19 | 52.86 | 18.74 | - |
| YUV | 190.11 | 76.02 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 178 | 98 | 0 | 0.29 | 0.61 | 0.02 | 31.79 | 0.93 | 0.68 |
| Hex | F9 | B2 | 62 | 0 | 1D | 3D | 2 | 20 | 5D | 44 |
| Octal | 371 | 262 | 142 | 0 | 35 | 75 | 2 | 40 | 135 | 104 |
| Binary | 11111001 | 10110010 | 1100010 | 0 | 11101 | 111101 | 10 | 100000 | 1011101 | 1000100 |
Color Harmonies of #F9B262
Complementary color
Monochromatic Colors of #F9B262
Black with #F9B262
Text Example
Text Example
White with #F9B262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9B262; }
p { color: rgb(249,178,98); }
H1.HeaderClassName
{
color: #F9B262;
}
.AnyTagClassName
{
color: #F9B262;
}
</style>
background-color css
<style>
a { background-color: #F9B262; }
a { background-color: rgb(249,178,98); }
div.DivClassName
{
background-color: #F9B262;
}
.BgClassName
{
background-color: #F9B262;
}
</style>
border-color css
<style>
span { border-color: #F9B262; }
span { border-color: rgb(249,178,98); }
td.TdClassName
{
border-color: #F9B262;
}
.TagClassName
{
border-color: #F9B262;
}
</style>