Shades of Rajah #F8B362
Tints of Rajah #F8B362
RGB
CMYK
RGB Variations
Color information
#F8B362 (or 0xF8B362) is known color: Rajah. HEX triplet: F8, B3 and 62. RGB value is (248,179,98). Sum of RGB (Red+Green+Blue) = 248+179+98=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B362 is #074C9D. Grayscale: #BEBEBE. Windows color (decimal): -478366 or 6468600. OLE color: 6468600.
HSL color Cylindrical-coordinate representation of color #F8B362: hue angle of 32.4º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8B362 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 98 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.03 |
| HSL | 32.4º | 0.91% | 0.68% | - |
| HSV(B) | 32.4º | 0.6% | 0.97% | - |
| XYZ | 57.04 | 53.08 | 18.79 | - |
| YUV | 190.4 | 75.86 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 98 | 0 | 0.28 | 0.60 | 0.03 | 32.4 | 0.91 | 0.68 |
| Hex | F8 | B3 | 62 | 0 | 1C | 3C | 3 | 20 | 5B | 44 |
| Octal | 370 | 263 | 142 | 0 | 34 | 74 | 3 | 40 | 133 | 104 |
| Binary | 11111000 | 10110011 | 1100010 | 0 | 11100 | 111100 | 11 | 100000 | 1011011 | 1000100 |
Color Harmonies of #F8B362
Complementary color
Monochromatic Colors of #F8B362
Black with #F8B362
Text Example
Text Example
White with #F8B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B362; }
p { color: rgb(248,179,98); }
H1.HeaderClassName
{
color: #F8B362;
}
.AnyTagClassName
{
color: #F8B362;
}
</style>
background-color css
<style>
a { background-color: #F8B362; }
a { background-color: rgb(248,179,98); }
div.DivClassName
{
background-color: #F8B362;
}
.BgClassName
{
background-color: #F8B362;
}
</style>
border-color css
<style>
span { border-color: #F8B362; }
span { border-color: rgb(248,179,98); }
td.TdClassName
{
border-color: #F8B362;
}
.TagClassName
{
border-color: #F8B362;
}
</style>