Shades of Crusta #F7845B
Tints of Crusta #F7845B
RGB
CMYK
RGB Variations
Color information
#F7845B (or 0xF7845B) is known color: Crusta. HEX triplet: F7, 84 and 5B. RGB value is (247,132,91). Sum of RGB (Red+Green+Blue) = 247+132+91=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F7845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7845B is #087BA4. Grayscale: #A1A1A1. Windows color (decimal): -555941 or 5997815. OLE color: 5997815.
HSL color Cylindrical-coordinate representation of color #F7845B: hue angle of 15.77º 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 #F7845B is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 91 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.03 |
| HSL | 15.77º | 0.91% | 0.66% | - |
| HSV(B) | 15.77º | 0.63% | 0.97% | - |
| XYZ | 48.5 | 37.03 | 14.49 | - |
| YUV | 161.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 91 | 0 | 0.47 | 0.63 | 0.03 | 15.77 | 0.91 | 0.66 |
| Hex | F7 | 84 | 5B | 0 | 2F | 3F | 3 | 10 | 5B | 42 |
| Octal | 367 | 204 | 133 | 0 | 57 | 77 | 3 | 20 | 133 | 102 |
| Binary | 11110111 | 10000100 | 1011011 | 0 | 101111 | 111111 | 11 | 10000 | 1011011 | 1000010 |
Color Harmonies of #F7845B
Complementary color
Monochromatic Colors of #F7845B
Black with #F7845B
Text Example
Text Example
White with #F7845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7845B; }
p { color: rgb(247,132,91); }
H1.HeaderClassName
{
color: #F7845B;
}
.AnyTagClassName
{
color: #F7845B;
}
</style>
background-color css
<style>
a { background-color: #F7845B; }
a { background-color: rgb(247,132,91); }
div.DivClassName
{
background-color: #F7845B;
}
.BgClassName
{
background-color: #F7845B;
}
</style>
border-color css
<style>
span { border-color: #F7845B; }
span { border-color: rgb(247,132,91); }
td.TdClassName
{
border-color: #F7845B;
}
.TagClassName
{
border-color: #F7845B;
}
</style>