Shades of Crusta #F88C5D
Tints of Crusta #F88C5D
RGB
CMYK
RGB Variations
Color information
#F88C5D (or 0xF88C5D) is known color: Crusta. HEX triplet: F8, 8C and 5D. RGB value is (248,140,93). Sum of RGB (Red+Green+Blue) = 248+140+93=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C5D is #0773A2. Grayscale: #A7A7A7. Windows color (decimal): -488355 or 6130936. OLE color: 6130936.
HSL color Cylindrical-coordinate representation of color #F88C5D: hue angle of 18.19º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F88C5D is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 93 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.03 |
| HSL | 18.19º | 0.92% | 0.67% | - |
| HSV(B) | 18.19º | 0.63% | 0.97% | - |
| XYZ | 50.07 | 39.5 | 15.34 | - |
| YUV | 166.93 | 86.28 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 93 | 0 | 0.44 | 0.62 | 0.03 | 18.19 | 0.92 | 0.67 |
| Hex | F8 | 8C | 5D | 0 | 2C | 3E | 3 | 12 | 5C | 43 |
| Octal | 370 | 214 | 135 | 0 | 54 | 76 | 3 | 22 | 134 | 103 |
| Binary | 11111000 | 10001100 | 1011101 | 0 | 101100 | 111110 | 11 | 10010 | 1011100 | 1000011 |
Color Harmonies of #F88C5D
Complementary color
Monochromatic Colors of #F88C5D
Black with #F88C5D
Text Example
Text Example
White with #F88C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C5D; }
p { color: rgb(248,140,93); }
H1.HeaderClassName
{
color: #F88C5D;
}
.AnyTagClassName
{
color: #F88C5D;
}
</style>
background-color css
<style>
a { background-color: #F88C5D; }
a { background-color: rgb(248,140,93); }
div.DivClassName
{
background-color: #F88C5D;
}
.BgClassName
{
background-color: #F88C5D;
}
</style>
border-color css
<style>
span { border-color: #F88C5D; }
span { border-color: rgb(248,140,93); }
td.TdClassName
{
border-color: #F88C5D;
}
.TagClassName
{
border-color: #F88C5D;
}
</style>