Shades of Crusta #F7895C
Tints of Crusta #F7895C
RGB
CMYK
RGB Variations
Color information
#F7895C (or 0xF7895C) is known color: Crusta. HEX triplet: F7, 89 and 5C. RGB value is (247,137,92). Sum of RGB (Red+Green+Blue) = 247+137+92=476 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.89% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 247 - color contains mainly: red. Hex color #F7895C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7895C is #0876A3. Grayscale: #A5A5A5. Windows color (decimal): -554660 or 6064631. OLE color: 6064631.
HSL color Cylindrical-coordinate representation of color #F7895C: hue angle of 17.42º 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 #F7895C is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 92 | - |
| CMYK | 0 | 0.45 | 0.63 | 0.03 |
| HSL | 17.42º | 0.91% | 0.66% | - |
| HSV(B) | 17.42º | 0.63% | 0.97% | - |
| XYZ | 49.24 | 38.44 | 14.95 | - |
| YUV | 164.76 | 86.94 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 92 | 0 | 0.45 | 0.63 | 0.03 | 17.42 | 0.91 | 0.66 |
| Hex | F7 | 89 | 5C | 0 | 2D | 3F | 3 | 11 | 5B | 42 |
| Octal | 367 | 211 | 134 | 0 | 55 | 77 | 3 | 21 | 133 | 102 |
| Binary | 11110111 | 10001001 | 1011100 | 0 | 101101 | 111111 | 11 | 10001 | 1011011 | 1000010 |
Color Harmonies of #F7895C
Complementary color
Monochromatic Colors of #F7895C
Black with #F7895C
Text Example
Text Example
White with #F7895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7895C; }
p { color: rgb(247,137,92); }
H1.HeaderClassName
{
color: #F7895C;
}
.AnyTagClassName
{
color: #F7895C;
}
</style>
background-color css
<style>
a { background-color: #F7895C; }
a { background-color: rgb(247,137,92); }
div.DivClassName
{
background-color: #F7895C;
}
.BgClassName
{
background-color: #F7895C;
}
</style>
border-color css
<style>
span { border-color: #F7895C; }
span { border-color: rgb(247,137,92); }
td.TdClassName
{
border-color: #F7895C;
}
.TagClassName
{
border-color: #F7895C;
}
</style>