Shades of Crusta #F38855
Tints of Crusta #F38855
RGB
CMYK
RGB Variations
Color information
#F38855 (or 0xF38855) is known color: Crusta. HEX triplet: F3, 88 and 55. RGB value is (243,136,85). Sum of RGB (Red+Green+Blue) = 243+136+85=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F38855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38855 is #0C77AA. Grayscale: #A2A2A2. Windows color (decimal): -817067 or 5605619. OLE color: 5605619.
HSL color Cylindrical-coordinate representation of color #F38855: hue angle of 19.37º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F38855 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 136 | 85 | - |
| CMYK | 0 | 0.44 | 0.65 | 0.05 |
| HSL | 19.37º | 0.87% | 0.64% | - |
| HSV(B) | 19.37º | 0.65% | 0.95% | - |
| XYZ | 47.41 | 37.32 | 13.3 | - |
| YUV | 162.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 136 | 85 | 0 | 0.44 | 0.65 | 0.05 | 19.37 | 0.87 | 0.64 |
| Hex | F3 | 88 | 55 | 0 | 2C | 41 | 5 | 13 | 57 | 40 |
| Octal | 363 | 210 | 125 | 0 | 54 | 101 | 5 | 23 | 127 | 100 |
| Binary | 11110011 | 10001000 | 1010101 | 0 | 101100 | 1000001 | 101 | 10011 | 1010111 | 1000000 |
Color Harmonies of #F38855
Complementary color
Monochromatic Colors of #F38855
Black with #F38855
Text Example
Text Example
White with #F38855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38855; }
p { color: rgb(243,136,85); }
H1.HeaderClassName
{
color: #F38855;
}
.AnyTagClassName
{
color: #F38855;
}
</style>
background-color css
<style>
a { background-color: #F38855; }
a { background-color: rgb(243,136,85); }
div.DivClassName
{
background-color: #F38855;
}
.BgClassName
{
background-color: #F38855;
}
</style>
border-color css
<style>
span { border-color: #F38855; }
span { border-color: rgb(243,136,85); }
td.TdClassName
{
border-color: #F38855;
}
.TagClassName
{
border-color: #F38855;
}
</style>