Shades of Crusta #F38560
Tints of Crusta #F38560
RGB
CMYK
RGB Variations
Color information
#F38560 (or 0xF38560) is known color: Crusta. HEX triplet: F3, 85 and 60. RGB value is (243,133,96). Sum of RGB (Red+Green+Blue) = 243+133+96=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F38560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38560 is #0C7A9F. Grayscale: #A1A1A1. Windows color (decimal): -817824 or 6325747. OLE color: 6325747.
HSL color Cylindrical-coordinate representation of color #F38560: hue angle of 15.1º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F38560 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 96 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 15.1º | 0.86% | 0.66% | - |
| HSV(B) | 15.1º | 0.6% | 0.95% | - |
| XYZ | 47.46 | 36.67 | 15.64 | - |
| YUV | 161.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 96 | 0 | 0.45 | 0.60 | 0.05 | 15.1 | 0.86 | 0.66 |
| Hex | F3 | 85 | 60 | 0 | 2D | 3C | 5 | F | 56 | 42 |
| Octal | 363 | 205 | 140 | 0 | 55 | 74 | 5 | 17 | 126 | 102 |
| Binary | 11110011 | 10000101 | 1100000 | 0 | 101101 | 111100 | 101 | 1111 | 1010110 | 1000010 |
Color Harmonies of #F38560
Complementary color
Monochromatic Colors of #F38560
Black with #F38560
Text Example
Text Example
White with #F38560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38560; }
p { color: rgb(243,133,96); }
H1.HeaderClassName
{
color: #F38560;
}
.AnyTagClassName
{
color: #F38560;
}
</style>
background-color css
<style>
a { background-color: #F38560; }
a { background-color: rgb(243,133,96); }
div.DivClassName
{
background-color: #F38560;
}
.BgClassName
{
background-color: #F38560;
}
</style>
border-color css
<style>
span { border-color: #F38560; }
span { border-color: rgb(243,133,96); }
td.TdClassName
{
border-color: #F38560;
}
.TagClassName
{
border-color: #F38560;
}
</style>