Shades of Crusta #F8864D
Tints of Crusta #F8864D
RGB
CMYK
RGB Variations
Color information
#F8864D (or 0xF8864D) is known color: Crusta. HEX triplet: F8, 86 and 4D. RGB value is (248,134,77). Sum of RGB (Red+Green+Blue) = 248+134+77=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8864D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8864D is #0779B2. Grayscale: #A1A1A1. Windows color (decimal): -489907 or 5080824. OLE color: 5080824.
HSL color Cylindrical-coordinate representation of color #F8864D: hue angle of 20º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8864D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 77 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.03 |
| HSL | 20º | 0.92% | 0.64% | - |
| HSV(B) | 20º | 0.69% | 0.97% | - |
| XYZ | 48.58 | 37.54 | 11.71 | - |
| YUV | 161.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 77 | 0 | 0.46 | 0.69 | 0.03 | 20 | 0.92 | 0.64 |
| Hex | F8 | 86 | 4D | 0 | 2E | 45 | 3 | 14 | 5C | 40 |
| Octal | 370 | 206 | 115 | 0 | 56 | 105 | 3 | 24 | 134 | 100 |
| Binary | 11111000 | 10000110 | 1001101 | 0 | 101110 | 1000101 | 11 | 10100 | 1011100 | 1000000 |
Color Harmonies of #F8864D
Complementary color
Monochromatic Colors of #F8864D
Black with #F8864D
Text Example
Text Example
White with #F8864D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8864D; }
p { color: rgb(248,134,77); }
H1.HeaderClassName
{
color: #F8864D;
}
.AnyTagClassName
{
color: #F8864D;
}
</style>
background-color css
<style>
a { background-color: #F8864D; }
a { background-color: rgb(248,134,77); }
div.DivClassName
{
background-color: #F8864D;
}
.BgClassName
{
background-color: #F8864D;
}
</style>
border-color css
<style>
span { border-color: #F8864D; }
span { border-color: rgb(248,134,77); }
td.TdClassName
{
border-color: #F8864D;
}
.TagClassName
{
border-color: #F8864D;
}
</style>