Shades of Crusta #F7855D
Tints of Crusta #F7855D
RGB
CMYK
RGB Variations
Color information
#F7855D (or 0xF7855D) is known color: Crusta. HEX triplet: F7, 85 and 5D. RGB value is (247,133,93). Sum of RGB (Red+Green+Blue) = 247+133+93=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7855D is #087AA2. Grayscale: #A2A2A2. Windows color (decimal): -555683 or 6129143. OLE color: 6129143.
HSL color Cylindrical-coordinate representation of color #F7855D: hue angle of 15.58º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F7855D is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 133 | 93 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.03 |
| HSL | 15.58º | 0.91% | 0.67% | - |
| HSV(B) | 15.58º | 0.62% | 0.97% | - |
| XYZ | 48.72 | 37.34 | 15 | - |
| YUV | 162.53 | 88.77 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 133 | 93 | 0 | 0.46 | 0.62 | 0.03 | 15.58 | 0.91 | 0.67 |
| Hex | F7 | 85 | 5D | 0 | 2E | 3E | 3 | 10 | 5B | 43 |
| Octal | 367 | 205 | 135 | 0 | 56 | 76 | 3 | 20 | 133 | 103 |
| Binary | 11110111 | 10000101 | 1011101 | 0 | 101110 | 111110 | 11 | 10000 | 1011011 | 1000011 |
Color Harmonies of #F7855D
Complementary color
Monochromatic Colors of #F7855D
Black with #F7855D
Text Example
Text Example
White with #F7855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7855D; }
p { color: rgb(247,133,93); }
H1.HeaderClassName
{
color: #F7855D;
}
.AnyTagClassName
{
color: #F7855D;
}
</style>
background-color css
<style>
a { background-color: #F7855D; }
a { background-color: rgb(247,133,93); }
div.DivClassName
{
background-color: #F7855D;
}
.BgClassName
{
background-color: #F7855D;
}
</style>
border-color css
<style>
span { border-color: #F7855D; }
span { border-color: rgb(247,133,93); }
td.TdClassName
{
border-color: #F7855D;
}
.TagClassName
{
border-color: #F7855D;
}
</style>