Shades of Crusta #F8885C
Tints of Crusta #F8885C
RGB
CMYK
RGB Variations
Color information
#F8885C (or 0xF8885C) is known color: Crusta. HEX triplet: F8, 88 and 5C. RGB value is (248,136,92). Sum of RGB (Red+Green+Blue) = 248+136+92=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8885C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8885C is #0777A3. Grayscale: #A4A4A4. Windows color (decimal): -489380 or 6064376. OLE color: 6064376.
HSL color Cylindrical-coordinate representation of color #F8885C: hue angle of 16.92º 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 #F8885C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 92 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.03 |
| HSL | 16.92º | 0.92% | 0.67% | - |
| HSV(B) | 16.92º | 0.63% | 0.97% | - |
| XYZ | 49.45 | 38.34 | 14.92 | - |
| YUV | 164.47 | 87.11 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 92 | 0 | 0.45 | 0.63 | 0.03 | 16.92 | 0.92 | 0.67 |
| Hex | F8 | 88 | 5C | 0 | 2D | 3F | 3 | 11 | 5C | 43 |
| Octal | 370 | 210 | 134 | 0 | 55 | 77 | 3 | 21 | 134 | 103 |
| Binary | 11111000 | 10001000 | 1011100 | 0 | 101101 | 111111 | 11 | 10001 | 1011100 | 1000011 |
Color Harmonies of #F8885C
Complementary color
Monochromatic Colors of #F8885C
Black with #F8885C
Text Example
Text Example
White with #F8885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8885C; }
p { color: rgb(248,136,92); }
H1.HeaderClassName
{
color: #F8885C;
}
.AnyTagClassName
{
color: #F8885C;
}
</style>
background-color css
<style>
a { background-color: #F8885C; }
a { background-color: rgb(248,136,92); }
div.DivClassName
{
background-color: #F8885C;
}
.BgClassName
{
background-color: #F8885C;
}
</style>
border-color css
<style>
span { border-color: #F8885C; }
span { border-color: rgb(248,136,92); }
td.TdClassName
{
border-color: #F8885C;
}
.TagClassName
{
border-color: #F8885C;
}
</style>