Shades of Crusta #F8845D
Tints of Crusta #F8845D
RGB
CMYK
RGB Variations
Color information
#F8845D (or 0xF8845D) is known color: Crusta. HEX triplet: F8, 84 and 5D. RGB value is (248,132,93). Sum of RGB (Red+Green+Blue) = 248+132+93=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8845D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8845D is #077BA2. Grayscale: #A2A2A2. Windows color (decimal): -490403 or 6128888. OLE color: 6128888.
HSL color Cylindrical-coordinate representation of color #F8845D: hue angle of 15.1º 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 #F8845D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 132 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.03 |
| HSL | 15.1º | 0.92% | 0.67% | - |
| HSV(B) | 15.1º | 0.63% | 0.97% | - |
| XYZ | 48.94 | 37.25 | 14.97 | - |
| YUV | 162.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 132 | 93 | 0 | 0.47 | 0.62 | 0.03 | 15.1 | 0.92 | 0.67 |
| Hex | F8 | 84 | 5D | 0 | 2F | 3E | 3 | F | 5C | 43 |
| Octal | 370 | 204 | 135 | 0 | 57 | 76 | 3 | 17 | 134 | 103 |
| Binary | 11111000 | 10000100 | 1011101 | 0 | 101111 | 111110 | 11 | 1111 | 1011100 | 1000011 |
Color Harmonies of #F8845D
Complementary color
Monochromatic Colors of #F8845D
Black with #F8845D
Text Example
Text Example
White with #F8845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8845D; }
p { color: rgb(248,132,93); }
H1.HeaderClassName
{
color: #F8845D;
}
.AnyTagClassName
{
color: #F8845D;
}
</style>
background-color css
<style>
a { background-color: #F8845D; }
a { background-color: rgb(248,132,93); }
div.DivClassName
{
background-color: #F8845D;
}
.BgClassName
{
background-color: #F8845D;
}
</style>
border-color css
<style>
span { border-color: #F8845D; }
span { border-color: rgb(248,132,93); }
td.TdClassName
{
border-color: #F8845D;
}
.TagClassName
{
border-color: #F8845D;
}
</style>