Shades of Crusta #F8864C
Tints of Crusta #F8864C
RGB
CMYK
RGB Variations
Color information
#F8864C (or 0xF8864C) is known color: Crusta. HEX triplet: F8, 86 and 4C. RGB value is (248,134,76). Sum of RGB (Red+Green+Blue) = 248+134+76=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 76 (30.08% from 255 or 16.59% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F8864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8864C is #0779B3. Grayscale: #A1A1A1. Windows color (decimal): -489908 or 5015288. OLE color: 5015288.
HSL color Cylindrical-coordinate representation of color #F8864C: hue angle of 20.23º 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 #F8864C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.03 |
| HSL | 20.23º | 0.92% | 0.64% | - |
| HSV(B) | 20.23º | 0.69% | 0.97% | - |
| XYZ | 48.54 | 37.53 | 11.52 | - |
| YUV | 161.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 76 | 0 | 0.46 | 0.69 | 0.03 | 20.23 | 0.92 | 0.64 |
| Hex | F8 | 86 | 4C | 0 | 2E | 45 | 3 | 14 | 5C | 40 |
| Octal | 370 | 206 | 114 | 0 | 56 | 105 | 3 | 24 | 134 | 100 |
| Binary | 11111000 | 10000110 | 1001100 | 0 | 101110 | 1000101 | 11 | 10100 | 1011100 | 1000000 |
Color Harmonies of #F8864C
Complementary color
Monochromatic Colors of #F8864C
Black with #F8864C
Text Example
Text Example
White with #F8864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8864C; }
p { color: rgb(248,134,76); }
H1.HeaderClassName
{
color: #F8864C;
}
.AnyTagClassName
{
color: #F8864C;
}
</style>
background-color css
<style>
a { background-color: #F8864C; }
a { background-color: rgb(248,134,76); }
div.DivClassName
{
background-color: #F8864C;
}
.BgClassName
{
background-color: #F8864C;
}
</style>
border-color css
<style>
span { border-color: #F8864C; }
span { border-color: rgb(248,134,76); }
td.TdClassName
{
border-color: #F8864C;
}
.TagClassName
{
border-color: #F8864C;
}
</style>