Shades of Crusta #F88E5C
Tints of Crusta #F88E5C
RGB
CMYK
RGB Variations
Color information
#F88E5C (or 0xF88E5C) is known color: Crusta. HEX triplet: F8, 8E and 5C. RGB value is (248,142,92). Sum of RGB (Red+Green+Blue) = 248+142+92=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F88E5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88E5C is #0771A3. Grayscale: #A8A8A8. Windows color (decimal): -487844 or 6065912. OLE color: 6065912.
HSL color Cylindrical-coordinate representation of color #F88E5C: hue angle of 19.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F88E5C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 92 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.03 |
| HSL | 19.23º | 0.92% | 0.67% | - |
| HSV(B) | 19.23º | 0.63% | 0.97% | - |
| XYZ | 50.32 | 40.08 | 15.21 | - |
| YUV | 167.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 92 | 0 | 0.43 | 0.63 | 0.03 | 19.23 | 0.92 | 0.67 |
| Hex | F8 | 8E | 5C | 0 | 2B | 3F | 3 | 13 | 5C | 43 |
| Octal | 370 | 216 | 134 | 0 | 53 | 77 | 3 | 23 | 134 | 103 |
| Binary | 11111000 | 10001110 | 1011100 | 0 | 101011 | 111111 | 11 | 10011 | 1011100 | 1000011 |
Color Harmonies of #F88E5C
Complementary color
Monochromatic Colors of #F88E5C
Black with #F88E5C
Text Example
Text Example
White with #F88E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88E5C; }
p { color: rgb(248,142,92); }
H1.HeaderClassName
{
color: #F88E5C;
}
.AnyTagClassName
{
color: #F88E5C;
}
</style>
background-color css
<style>
a { background-color: #F88E5C; }
a { background-color: rgb(248,142,92); }
div.DivClassName
{
background-color: #F88E5C;
}
.BgClassName
{
background-color: #F88E5C;
}
</style>
border-color css
<style>
span { border-color: #F88E5C; }
span { border-color: rgb(248,142,92); }
td.TdClassName
{
border-color: #F88E5C;
}
.TagClassName
{
border-color: #F88E5C;
}
</style>