Shades of Crusta #F78761
Tints of Crusta #F78761
RGB
CMYK
RGB Variations
Color information
#F78761 (or 0xF78761) is known color: Crusta. HEX triplet: F7, 87 and 61. RGB value is (247,135,97). Sum of RGB (Red+Green+Blue) = 247+135+97=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F78761 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78761 is #08789E. Grayscale: #A4A4A4. Windows color (decimal): -555167 or 6391799. OLE color: 6391799.
HSL color Cylindrical-coordinate representation of color #F78761: hue angle of 15.2º 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 #F78761 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 97 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.03 |
| HSL | 15.2º | 0.9% | 0.67% | - |
| HSV(B) | 15.2º | 0.61% | 0.97% | - |
| XYZ | 49.18 | 37.97 | 16.05 | - |
| YUV | 164.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 97 | 0 | 0.45 | 0.61 | 0.03 | 15.2 | 0.9 | 0.67 |
| Hex | F7 | 87 | 61 | 0 | 2D | 3D | 3 | F | 5A | 43 |
| Octal | 367 | 207 | 141 | 0 | 55 | 75 | 3 | 17 | 132 | 103 |
| Binary | 11110111 | 10000111 | 1100001 | 0 | 101101 | 111101 | 11 | 1111 | 1011010 | 1000011 |
Color Harmonies of #F78761
Complementary color
Monochromatic Colors of #F78761
Black with #F78761
Text Example
Text Example
White with #F78761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78761; }
p { color: rgb(247,135,97); }
H1.HeaderClassName
{
color: #F78761;
}
.AnyTagClassName
{
color: #F78761;
}
</style>
background-color css
<style>
a { background-color: #F78761; }
a { background-color: rgb(247,135,97); }
div.DivClassName
{
background-color: #F78761;
}
.BgClassName
{
background-color: #F78761;
}
</style>
border-color css
<style>
span { border-color: #F78761; }
span { border-color: rgb(247,135,97); }
td.TdClassName
{
border-color: #F78761;
}
.TagClassName
{
border-color: #F78761;
}
</style>