Shades of Crusta #F78C60
Tints of Crusta #F78C60
RGB
CMYK
RGB Variations
Color information
#F78C60 (or 0xF78C60) is known color: Crusta. HEX triplet: F7, 8C and 60. RGB value is (247,140,96). Sum of RGB (Red+Green+Blue) = 247+140+96=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C60 is #08739F. Grayscale: #A7A7A7. Windows color (decimal): -553888 or 6327543. OLE color: 6327543.
HSL color Cylindrical-coordinate representation of color #F78C60: hue angle of 17.48º 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 #F78C60 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 96 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.03 |
| HSL | 17.48º | 0.9% | 0.67% | - |
| HSV(B) | 17.48º | 0.61% | 0.97% | - |
| XYZ | 49.85 | 39.37 | 16.04 | - |
| YUV | 166.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 96 | 0 | 0.43 | 0.61 | 0.03 | 17.48 | 0.9 | 0.67 |
| Hex | F7 | 8C | 60 | 0 | 2B | 3D | 3 | 11 | 5A | 43 |
| Octal | 367 | 214 | 140 | 0 | 53 | 75 | 3 | 21 | 132 | 103 |
| Binary | 11110111 | 10001100 | 1100000 | 0 | 101011 | 111101 | 11 | 10001 | 1011010 | 1000011 |
Color Harmonies of #F78C60
Complementary color
Monochromatic Colors of #F78C60
Black with #F78C60
Text Example
Text Example
White with #F78C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C60; }
p { color: rgb(247,140,96); }
H1.HeaderClassName
{
color: #F78C60;
}
.AnyTagClassName
{
color: #F78C60;
}
</style>
background-color css
<style>
a { background-color: #F78C60; }
a { background-color: rgb(247,140,96); }
div.DivClassName
{
background-color: #F78C60;
}
.BgClassName
{
background-color: #F78C60;
}
</style>
border-color css
<style>
span { border-color: #F78C60; }
span { border-color: rgb(247,140,96); }
td.TdClassName
{
border-color: #F78C60;
}
.TagClassName
{
border-color: #F78C60;
}
</style>