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