Shades of Crusta #F78D5C
Tints of Crusta #F78D5C
RGB
CMYK
RGB Variations
Color information
#F78D5C (or 0xF78D5C) is known color: Crusta. HEX triplet: F7, 8D and 5C. RGB value is (247,141,92). Sum of RGB (Red+Green+Blue) = 247+141+92=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F78D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78D5C is #0872A3. Grayscale: #A7A7A7. Windows color (decimal): -553636 or 6065655. OLE color: 6065655.
HSL color Cylindrical-coordinate representation of color #F78D5C: hue angle of 18.97º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F78D5C is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 141 | 92 | - |
| CMYK | 0 | 0.43 | 0.63 | 0.03 |
| HSL | 18.97º | 0.91% | 0.66% | - |
| HSV(B) | 18.97º | 0.63% | 0.97% | - |
| XYZ | 49.81 | 39.6 | 15.14 | - |
| YUV | 167.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 141 | 92 | 0 | 0.43 | 0.63 | 0.03 | 18.97 | 0.91 | 0.66 |
| Hex | F7 | 8D | 5C | 0 | 2B | 3F | 3 | 13 | 5B | 42 |
| Octal | 367 | 215 | 134 | 0 | 53 | 77 | 3 | 23 | 133 | 102 |
| Binary | 11110111 | 10001101 | 1011100 | 0 | 101011 | 111111 | 11 | 10011 | 1011011 | 1000010 |
Color Harmonies of #F78D5C
Complementary color
Monochromatic Colors of #F78D5C
Black with #F78D5C
Text Example
Text Example
White with #F78D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78D5C; }
p { color: rgb(247,141,92); }
H1.HeaderClassName
{
color: #F78D5C;
}
.AnyTagClassName
{
color: #F78D5C;
}
</style>
background-color css
<style>
a { background-color: #F78D5C; }
a { background-color: rgb(247,141,92); }
div.DivClassName
{
background-color: #F78D5C;
}
.BgClassName
{
background-color: #F78D5C;
}
</style>
border-color css
<style>
span { border-color: #F78D5C; }
span { border-color: rgb(247,141,92); }
td.TdClassName
{
border-color: #F78D5C;
}
.TagClassName
{
border-color: #F78D5C;
}
</style>