Shades of Crusta #F8894D
Tints of Crusta #F8894D
RGB
CMYK
RGB Variations
Color information
#F8894D (or 0xF8894D) is known color: Crusta. HEX triplet: F8, 89 and 4D. RGB value is (248,137,77). Sum of RGB (Red+Green+Blue) = 248+137+77=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F8894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8894D is #0776B2. Grayscale: #A3A3A3. Windows color (decimal): -489139 or 5081592. OLE color: 5081592.
HSL color Cylindrical-coordinate representation of color #F8894D: hue angle of 21.05º 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 #F8894D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 77 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.03 |
| HSL | 21.05º | 0.92% | 0.64% | - |
| HSV(B) | 21.05º | 0.69% | 0.97% | - |
| XYZ | 49 | 38.38 | 11.85 | - |
| YUV | 163.35 | 79.27 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 77 | 0 | 0.45 | 0.69 | 0.03 | 21.05 | 0.92 | 0.64 |
| Hex | F8 | 89 | 4D | 0 | 2D | 45 | 3 | 15 | 5C | 40 |
| Octal | 370 | 211 | 115 | 0 | 55 | 105 | 3 | 25 | 134 | 100 |
| Binary | 11111000 | 10001001 | 1001101 | 0 | 101101 | 1000101 | 11 | 10101 | 1011100 | 1000000 |
Color Harmonies of #F8894D
Complementary color
Monochromatic Colors of #F8894D
Black with #F8894D
Text Example
Text Example
White with #F8894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8894D; }
p { color: rgb(248,137,77); }
H1.HeaderClassName
{
color: #F8894D;
}
.AnyTagClassName
{
color: #F8894D;
}
</style>
background-color css
<style>
a { background-color: #F8894D; }
a { background-color: rgb(248,137,77); }
div.DivClassName
{
background-color: #F8894D;
}
.BgClassName
{
background-color: #F8894D;
}
</style>
border-color css
<style>
span { border-color: #F8894D; }
span { border-color: rgb(248,137,77); }
td.TdClassName
{
border-color: #F8894D;
}
.TagClassName
{
border-color: #F8894D;
}
</style>