Shades of Crusta #F7865C
Tints of Crusta #F7865C
RGB
CMYK
RGB Variations
Color information
#F7865C (or 0xF7865C) is known color: Crusta. HEX triplet: F7, 86 and 5C. RGB value is (247,134,92). Sum of RGB (Red+Green+Blue) = 247+134+92=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 134 (52.73% from 255 or 28.33% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F7865C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7865C is #0879A3. Grayscale: #A3A3A3. Windows color (decimal): -555428 or 6063863. OLE color: 6063863.
HSL color Cylindrical-coordinate representation of color #F7865C: hue angle of 16.26º 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 #F7865C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 92 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.03 |
| HSL | 16.26º | 0.91% | 0.66% | - |
| HSV(B) | 16.26º | 0.63% | 0.97% | - |
| XYZ | 48.81 | 37.6 | 14.81 | - |
| YUV | 163 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 92 | 0 | 0.46 | 0.63 | 0.03 | 16.26 | 0.91 | 0.66 |
| Hex | F7 | 86 | 5C | 0 | 2E | 3F | 3 | 10 | 5B | 42 |
| Octal | 367 | 206 | 134 | 0 | 56 | 77 | 3 | 20 | 133 | 102 |
| Binary | 11110111 | 10000110 | 1011100 | 0 | 101110 | 111111 | 11 | 10000 | 1011011 | 1000010 |
Color Harmonies of #F7865C
Complementary color
Monochromatic Colors of #F7865C
Black with #F7865C
Text Example
Text Example
White with #F7865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7865C; }
p { color: rgb(247,134,92); }
H1.HeaderClassName
{
color: #F7865C;
}
.AnyTagClassName
{
color: #F7865C;
}
</style>
background-color css
<style>
a { background-color: #F7865C; }
a { background-color: rgb(247,134,92); }
div.DivClassName
{
background-color: #F7865C;
}
.BgClassName
{
background-color: #F7865C;
}
</style>
border-color css
<style>
span { border-color: #F7865C; }
span { border-color: rgb(247,134,92); }
td.TdClassName
{
border-color: #F7865C;
}
.TagClassName
{
border-color: #F7865C;
}
</style>