Shades of Rajah #F8B16A
Tints of Rajah #F8B16A
RGB
CMYK
RGB Variations
Color information
#F8B16A (or 0xF8B16A) is known color: Rajah. HEX triplet: F8, B1 and 6A. RGB value is (248,177,106). Sum of RGB (Red+Green+Blue) = 248+177+106=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B16A is #074E95. Grayscale: #BEBEBE. Windows color (decimal): -478870 or 6992376. OLE color: 6992376.
HSL color Cylindrical-coordinate representation of color #F8B16A: hue angle of 30º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F8B16A is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 177 | 106 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.03 |
| HSL | 30º | 0.91% | 0.69% | - |
| HSV(B) | 30º | 0.57% | 0.97% | - |
| XYZ | 57.04 | 52.44 | 20.75 | - |
| YUV | 190.14 | 80.52 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 177 | 106 | 0 | 0.29 | 0.57 | 0.03 | 30 | 0.91 | 0.69 |
| Hex | F8 | B1 | 6A | 0 | 1D | 39 | 3 | 1E | 5B | 45 |
| Octal | 370 | 261 | 152 | 0 | 35 | 71 | 3 | 36 | 133 | 105 |
| Binary | 11111000 | 10110001 | 1101010 | 0 | 11101 | 111001 | 11 | 11110 | 1011011 | 1000101 |
Color Harmonies of #F8B16A
Complementary color
Monochromatic Colors of #F8B16A
Black with #F8B16A
Text Example
Text Example
White with #F8B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B16A; }
p { color: rgb(248,177,106); }
H1.HeaderClassName
{
color: #F8B16A;
}
.AnyTagClassName
{
color: #F8B16A;
}
</style>
background-color css
<style>
a { background-color: #F8B16A; }
a { background-color: rgb(248,177,106); }
div.DivClassName
{
background-color: #F8B16A;
}
.BgClassName
{
background-color: #F8B16A;
}
</style>
border-color css
<style>
span { border-color: #F8B16A; }
span { border-color: rgb(248,177,106); }
td.TdClassName
{
border-color: #F8B16A;
}
.TagClassName
{
border-color: #F8B16A;
}
</style>