Shades of Crusta #F3855D
Tints of Crusta #F3855D
RGB
CMYK
RGB Variations
Color information
#F3855D (or 0xF3855D) is known color: Crusta. HEX triplet: F3, 85 and 5D. RGB value is (243,133,93). Sum of RGB (Red+Green+Blue) = 243+133+93=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 93 (36.72% from 255 or 19.83% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F3855D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3855D is #0C7AA2. Grayscale: #A1A1A1. Windows color (decimal): -817827 or 6129139. OLE color: 6129139.
HSL color Cylindrical-coordinate representation of color #F3855D: hue angle of 16º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F3855D is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 93 | - |
| CMYK | 0 | 0.45 | 0.62 | 0.05 |
| HSL | 16º | 0.86% | 0.66% | - |
| HSV(B) | 16º | 0.62% | 0.95% | - |
| XYZ | 47.33 | 36.62 | 14.93 | - |
| YUV | 161.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 93 | 0 | 0.45 | 0.62 | 0.05 | 16 | 0.86 | 0.66 |
| Hex | F3 | 85 | 5D | 0 | 2D | 3E | 5 | 10 | 56 | 42 |
| Octal | 363 | 205 | 135 | 0 | 55 | 76 | 5 | 20 | 126 | 102 |
| Binary | 11110011 | 10000101 | 1011101 | 0 | 101101 | 111110 | 101 | 10000 | 1010110 | 1000010 |
Color Harmonies of #F3855D
Complementary color
Monochromatic Colors of #F3855D
Black with #F3855D
Text Example
Text Example
White with #F3855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3855D; }
p { color: rgb(243,133,93); }
H1.HeaderClassName
{
color: #F3855D;
}
.AnyTagClassName
{
color: #F3855D;
}
</style>
background-color css
<style>
a { background-color: #F3855D; }
a { background-color: rgb(243,133,93); }
div.DivClassName
{
background-color: #F3855D;
}
.BgClassName
{
background-color: #F3855D;
}
</style>
border-color css
<style>
span { border-color: #F3855D; }
span { border-color: rgb(243,133,93); }
td.TdClassName
{
border-color: #F3855D;
}
.TagClassName
{
border-color: #F3855D;
}
</style>