Shades of Crusta #F7855C
Tints of Crusta #F7855C
RGB
CMYK
RGB Variations
Color information
#F7855C (or 0xF7855C) is known color: Crusta. HEX triplet: F7, 85 and 5C. RGB value is (247,133,92). Sum of RGB (Red+Green+Blue) = 247+133+92=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7855C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7855C is #087AA3. Grayscale: #A2A2A2. Windows color (decimal): -555684 or 6063607. OLE color: 6063607.
HSL color Cylindrical-coordinate representation of color #F7855C: hue angle of 15.87º 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 #F7855C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 92 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.03 |
| HSL | 15.87º | 0.91% | 0.66% | - |
| HSV(B) | 15.87º | 0.63% | 0.97% | - |
| XYZ | 48.68 | 37.32 | 14.76 | - |
| YUV | 162.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 92 | 0 | 0.46 | 0.63 | 0.03 | 15.87 | 0.91 | 0.66 |
| Hex | F7 | 85 | 5C | 0 | 2E | 3F | 3 | 10 | 5B | 42 |
| Octal | 367 | 205 | 134 | 0 | 56 | 77 | 3 | 20 | 133 | 102 |
| Binary | 11110111 | 10000101 | 1011100 | 0 | 101110 | 111111 | 11 | 10000 | 1011011 | 1000010 |
Color Harmonies of #F7855C
Complementary color
Monochromatic Colors of #F7855C
Black with #F7855C
Text Example
Text Example
White with #F7855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7855C; }
p { color: rgb(247,133,92); }
H1.HeaderClassName
{
color: #F7855C;
}
.AnyTagClassName
{
color: #F7855C;
}
</style>
background-color css
<style>
a { background-color: #F7855C; }
a { background-color: rgb(247,133,92); }
div.DivClassName
{
background-color: #F7855C;
}
.BgClassName
{
background-color: #F7855C;
}
</style>
border-color css
<style>
span { border-color: #F7855C; }
span { border-color: rgb(247,133,92); }
td.TdClassName
{
border-color: #F7855C;
}
.TagClassName
{
border-color: #F7855C;
}
</style>