Shades of Rajah #F8B262
Tints of Rajah #F8B262
RGB
CMYK
RGB Variations
Color information
#F8B262 (or 0xF8B262) is known color: Rajah. HEX triplet: F8, B2 and 62. RGB value is (248,178,98). Sum of RGB (Red+Green+Blue) = 248+178+98=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B262 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B262 is #074D9D. Grayscale: #BEBEBE. Windows color (decimal): -478622 or 6468344. OLE color: 6468344.
HSL color Cylindrical-coordinate representation of color #F8B262: hue angle of 32º 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 #F8B262 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 178 | 98 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.03 |
| HSL | 32º | 0.91% | 0.68% | - |
| HSV(B) | 32º | 0.6% | 0.97% | - |
| XYZ | 56.84 | 52.68 | 18.73 | - |
| YUV | 189.81 | 76.19 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 178 | 98 | 0 | 0.28 | 0.60 | 0.03 | 32 | 0.91 | 0.68 |
| Hex | F8 | B2 | 62 | 0 | 1C | 3C | 3 | 20 | 5B | 44 |
| Octal | 370 | 262 | 142 | 0 | 34 | 74 | 3 | 40 | 133 | 104 |
| Binary | 11111000 | 10110010 | 1100010 | 0 | 11100 | 111100 | 11 | 100000 | 1011011 | 1000100 |
Color Harmonies of #F8B262
Complementary color
Monochromatic Colors of #F8B262
Black with #F8B262
Text Example
Text Example
White with #F8B262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B262; }
p { color: rgb(248,178,98); }
H1.HeaderClassName
{
color: #F8B262;
}
.AnyTagClassName
{
color: #F8B262;
}
</style>
background-color css
<style>
a { background-color: #F8B262; }
a { background-color: rgb(248,178,98); }
div.DivClassName
{
background-color: #F8B262;
}
.BgClassName
{
background-color: #F8B262;
}
</style>
border-color css
<style>
span { border-color: #F8B262; }
span { border-color: rgb(248,178,98); }
td.TdClassName
{
border-color: #F8B262;
}
.TagClassName
{
border-color: #F8B262;
}
</style>