Shades of Crusta #F78C50
Tints of Crusta #F78C50
RGB
CMYK
RGB Variations
Color information
#F78C50 (or 0xF78C50) is known color: Crusta. HEX triplet: F7, 8C and 50. RGB value is (247,140,80). Sum of RGB (Red+Green+Blue) = 247+140+80=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F78C50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78C50 is #0873AF. Grayscale: #A5A5A5. Windows color (decimal): -553904 or 5278967. OLE color: 5278967.
HSL color Cylindrical-coordinate representation of color #F78C50: hue angle of 21.56º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F78C50 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 140 | 80 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.03 |
| HSL | 21.56º | 0.91% | 0.64% | - |
| HSV(B) | 21.56º | 0.68% | 0.97% | - |
| XYZ | 49.18 | 39.11 | 12.55 | - |
| YUV | 165.15 | 79.95 | 186.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 140 | 80 | 0 | 0.43 | 0.68 | 0.03 | 21.56 | 0.91 | 0.64 |
| Hex | F7 | 8C | 50 | 0 | 2B | 44 | 3 | 16 | 5B | 40 |
| Octal | 367 | 214 | 120 | 0 | 53 | 104 | 3 | 26 | 133 | 100 |
| Binary | 11110111 | 10001100 | 1010000 | 0 | 101011 | 1000100 | 11 | 10110 | 1011011 | 1000000 |
Color Harmonies of #F78C50
Complementary color
Monochromatic Colors of #F78C50
Black with #F78C50
Text Example
Text Example
White with #F78C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78C50; }
p { color: rgb(247,140,80); }
H1.HeaderClassName
{
color: #F78C50;
}
.AnyTagClassName
{
color: #F78C50;
}
</style>
background-color css
<style>
a { background-color: #F78C50; }
a { background-color: rgb(247,140,80); }
div.DivClassName
{
background-color: #F78C50;
}
.BgClassName
{
background-color: #F78C50;
}
</style>
border-color css
<style>
span { border-color: #F78C50; }
span { border-color: rgb(247,140,80); }
td.TdClassName
{
border-color: #F78C50;
}
.TagClassName
{
border-color: #F78C50;
}
</style>