Shades of Crusta #F8895B
Tints of Crusta #F8895B
RGB
CMYK
RGB Variations
Color information
#F8895B (or 0xF8895B) is known color: Crusta. HEX triplet: F8, 89 and 5B. RGB value is (248,137,91). Sum of RGB (Red+Green+Blue) = 248+137+91=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8895B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8895B is #0776A4. Grayscale: #A5A5A5. Windows color (decimal): -489125 or 5999096. OLE color: 5999096.
HSL color Cylindrical-coordinate representation of color #F8895B: hue angle of 17.58º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8895B is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 91 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.03 |
| HSL | 17.58º | 0.92% | 0.66% | - |
| HSV(B) | 17.58º | 0.63% | 0.97% | - |
| XYZ | 49.55 | 38.6 | 14.74 | - |
| YUV | 164.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 91 | 0 | 0.45 | 0.63 | 0.03 | 17.58 | 0.92 | 0.66 |
| Hex | F8 | 89 | 5B | 0 | 2D | 3F | 3 | 12 | 5C | 42 |
| Octal | 370 | 211 | 133 | 0 | 55 | 77 | 3 | 22 | 134 | 102 |
| Binary | 11111000 | 10001001 | 1011011 | 0 | 101101 | 111111 | 11 | 10010 | 1011100 | 1000010 |
Color Harmonies of #F8895B
Complementary color
Monochromatic Colors of #F8895B
Black with #F8895B
Text Example
Text Example
White with #F8895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8895B; }
p { color: rgb(248,137,91); }
H1.HeaderClassName
{
color: #F8895B;
}
.AnyTagClassName
{
color: #F8895B;
}
</style>
background-color css
<style>
a { background-color: #F8895B; }
a { background-color: rgb(248,137,91); }
div.DivClassName
{
background-color: #F8895B;
}
.BgClassName
{
background-color: #F8895B;
}
</style>
border-color css
<style>
span { border-color: #F8895B; }
span { border-color: rgb(248,137,91); }
td.TdClassName
{
border-color: #F8895B;
}
.TagClassName
{
border-color: #F8895B;
}
</style>