Shades of Crusta #F78B4D
Tints of Crusta #F78B4D
RGB
CMYK
RGB Variations
Color information
#F78B4D (or 0xF78B4D) is known color: Crusta. HEX triplet: F7, 8B and 4D. RGB value is (247,139,77). Sum of RGB (Red+Green+Blue) = 247+139+77=463 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.35% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78B4D is #0874B2. Grayscale: #A4A4A4. Windows color (decimal): -554163 or 5082103. OLE color: 5082103.
HSL color Cylindrical-coordinate representation of color #F78B4D: hue angle of 21.88º degrees, saturation: 0.91, 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 #F78B4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.03 |
| HSL | 21.88º | 0.91% | 0.64% | - |
| HSV(B) | 21.88º | 0.69% | 0.97% | - |
| XYZ | 48.93 | 38.78 | 11.93 | - |
| YUV | 164.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 77 | 0 | 0.44 | 0.69 | 0.03 | 21.88 | 0.91 | 0.64 |
| Hex | F7 | 8B | 4D | 0 | 2C | 45 | 3 | 16 | 5B | 40 |
| Octal | 367 | 213 | 115 | 0 | 54 | 105 | 3 | 26 | 133 | 100 |
| Binary | 11110111 | 10001011 | 1001101 | 0 | 101100 | 1000101 | 11 | 10110 | 1011011 | 1000000 |
Color Harmonies of #F78B4D
Complementary color
Monochromatic Colors of #F78B4D
Black with #F78B4D
Text Example
Text Example
White with #F78B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B4D; }
p { color: rgb(247,139,77); }
H1.HeaderClassName
{
color: #F78B4D;
}
.AnyTagClassName
{
color: #F78B4D;
}
</style>
background-color css
<style>
a { background-color: #F78B4D; }
a { background-color: rgb(247,139,77); }
div.DivClassName
{
background-color: #F78B4D;
}
.BgClassName
{
background-color: #F78B4D;
}
</style>
border-color css
<style>
span { border-color: #F78B4D; }
span { border-color: rgb(247,139,77); }
td.TdClassName
{
border-color: #F78B4D;
}
.TagClassName
{
border-color: #F78B4D;
}
</style>