Shades of Rajah #F8B363
Tints of Rajah #F8B363
RGB
CMYK
RGB Variations
Color information
#F8B363 (or 0xF8B363) is known color: Rajah. HEX triplet: F8, B3 and 63. RGB value is (248,179,99). Sum of RGB (Red+Green+Blue) = 248+179+99=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B363 is #074C9C. Grayscale: #BEBEBE. Windows color (decimal): -478365 or 6534136. OLE color: 6534136.
HSL color Cylindrical-coordinate representation of color #F8B363: hue angle of 32.21º 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 #F8B363 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 99 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.03 |
| HSL | 32.21º | 0.91% | 0.68% | - |
| HSV(B) | 32.21º | 0.6% | 0.97% | - |
| XYZ | 57.08 | 53.1 | 19.04 | - |
| YUV | 190.51 | 76.36 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 99 | 0 | 0.28 | 0.60 | 0.03 | 32.21 | 0.91 | 0.68 |
| Hex | F8 | B3 | 63 | 0 | 1C | 3C | 3 | 20 | 5B | 44 |
| Octal | 370 | 263 | 143 | 0 | 34 | 74 | 3 | 40 | 133 | 104 |
| Binary | 11111000 | 10110011 | 1100011 | 0 | 11100 | 111100 | 11 | 100000 | 1011011 | 1000100 |
Color Harmonies of #F8B363
Complementary color
Monochromatic Colors of #F8B363
Black with #F8B363
Text Example
Text Example
White with #F8B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B363; }
p { color: rgb(248,179,99); }
H1.HeaderClassName
{
color: #F8B363;
}
.AnyTagClassName
{
color: #F8B363;
}
</style>
background-color css
<style>
a { background-color: #F8B363; }
a { background-color: rgb(248,179,99); }
div.DivClassName
{
background-color: #F8B363;
}
.BgClassName
{
background-color: #F8B363;
}
</style>
border-color css
<style>
span { border-color: #F8B363; }
span { border-color: rgb(248,179,99); }
td.TdClassName
{
border-color: #F8B363;
}
.TagClassName
{
border-color: #F8B363;
}
</style>