Shades of Crusta #F8855D
Tints of Crusta #F8855D
RGB
CMYK
RGB Variations
Color information
#F8855D (or 0xF8855D) is known color: Crusta. HEX triplet: F8, 85 and 5D. RGB value is (248,133,93). Sum of RGB (Red+Green+Blue) = 248+133+93=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F8855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8855D is #077AA2. Grayscale: #A3A3A3. Windows color (decimal): -490147 or 6129144. OLE color: 6129144.
HSL color Cylindrical-coordinate representation of color #F8855D: hue angle of 15.48º 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 #F8855D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 133 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.03 |
| HSL | 15.48º | 0.92% | 0.67% | - |
| HSV(B) | 15.48º | 0.63% | 0.97% | - |
| XYZ | 49.07 | 37.52 | 15.01 | - |
| YUV | 162.83 | 88.6 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 133 | 93 | 0 | 0.46 | 0.62 | 0.03 | 15.48 | 0.92 | 0.67 |
| Hex | F8 | 85 | 5D | 0 | 2E | 3E | 3 | F | 5C | 43 |
| Octal | 370 | 205 | 135 | 0 | 56 | 76 | 3 | 17 | 134 | 103 |
| Binary | 11111000 | 10000101 | 1011101 | 0 | 101110 | 111110 | 11 | 1111 | 1011100 | 1000011 |
Color Harmonies of #F8855D
Complementary color
Monochromatic Colors of #F8855D
Black with #F8855D
Text Example
Text Example
White with #F8855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8855D; }
p { color: rgb(248,133,93); }
H1.HeaderClassName
{
color: #F8855D;
}
.AnyTagClassName
{
color: #F8855D;
}
</style>
background-color css
<style>
a { background-color: #F8855D; }
a { background-color: rgb(248,133,93); }
div.DivClassName
{
background-color: #F8855D;
}
.BgClassName
{
background-color: #F8855D;
}
</style>
border-color css
<style>
span { border-color: #F8855D; }
span { border-color: rgb(248,133,93); }
td.TdClassName
{
border-color: #F8855D;
}
.TagClassName
{
border-color: #F8855D;
}
</style>