Shades of Crusta #F78160
Tints of Crusta #F78160
RGB
CMYK
RGB Variations
Color information
#F78160 (or 0xF78160) is known color: Crusta. HEX triplet: F7, 81 and 60. RGB value is (247,129,96). Sum of RGB (Red+Green+Blue) = 247+129+96=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F78160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78160 is #087E9F. Grayscale: #A0A0A0. Windows color (decimal): -556704 or 6324727. OLE color: 6324727.
HSL color Cylindrical-coordinate representation of color #F78160: hue angle of 13.11º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F78160 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 129 | 96 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.03 |
| HSL | 13.11º | 0.9% | 0.67% | - |
| HSV(B) | 13.11º | 0.61% | 0.97% | - |
| XYZ | 48.32 | 36.32 | 15.53 | - |
| YUV | 160.52 | 91.59 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 129 | 96 | 0 | 0.48 | 0.61 | 0.03 | 13.11 | 0.9 | 0.67 |
| Hex | F7 | 81 | 60 | 0 | 30 | 3D | 3 | D | 5A | 43 |
| Octal | 367 | 201 | 140 | 0 | 60 | 75 | 3 | 15 | 132 | 103 |
| Binary | 11110111 | 10000001 | 1100000 | 0 | 110000 | 111101 | 11 | 1101 | 1011010 | 1000011 |
Color Harmonies of #F78160
Complementary color
Monochromatic Colors of #F78160
Black with #F78160
Text Example
Text Example
White with #F78160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78160; }
p { color: rgb(247,129,96); }
H1.HeaderClassName
{
color: #F78160;
}
.AnyTagClassName
{
color: #F78160;
}
</style>
background-color css
<style>
a { background-color: #F78160; }
a { background-color: rgb(247,129,96); }
div.DivClassName
{
background-color: #F78160;
}
.BgClassName
{
background-color: #F78160;
}
</style>
border-color css
<style>
span { border-color: #F78160; }
span { border-color: rgb(247,129,96); }
td.TdClassName
{
border-color: #F78160;
}
.TagClassName
{
border-color: #F78160;
}
</style>