Shades of Crusta #F3854D
Tints of Crusta #F3854D
RGB
CMYK
RGB Variations
Color information
#F3854D (or 0xF3854D) is known color: Crusta. HEX triplet: F3, 85 and 4D. RGB value is (243,133,77). Sum of RGB (Red+Green+Blue) = 243+133+77=453 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.64% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 243 - color contains mainly: red. Hex color #F3854D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3854D is #0C7AB2. Grayscale: #9F9F9F. Windows color (decimal): -817843 or 5080563. OLE color: 5080563.
HSL color Cylindrical-coordinate representation of color #F3854D: hue angle of 20.24º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F3854D is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 77 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.05 |
| HSL | 20.24º | 0.87% | 0.63% | - |
| HSV(B) | 20.24º | 0.68% | 0.95% | - |
| XYZ | 46.69 | 36.37 | 11.58 | - |
| YUV | 159.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 77 | 0 | 0.45 | 0.68 | 0.05 | 20.24 | 0.87 | 0.63 |
| Hex | F3 | 85 | 4D | 0 | 2D | 44 | 5 | 14 | 57 | 3F |
| Octal | 363 | 205 | 115 | 0 | 55 | 104 | 5 | 24 | 127 | 77 |
| Binary | 11110011 | 10000101 | 1001101 | 0 | 101101 | 1000100 | 101 | 10100 | 1010111 | 111111 |
Color Harmonies of #F3854D
Complementary color
Monochromatic Colors of #F3854D
Black with #F3854D
Text Example
Text Example
White with #F3854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3854D; }
p { color: rgb(243,133,77); }
H1.HeaderClassName
{
color: #F3854D;
}
.AnyTagClassName
{
color: #F3854D;
}
</style>
background-color css
<style>
a { background-color: #F3854D; }
a { background-color: rgb(243,133,77); }
div.DivClassName
{
background-color: #F3854D;
}
.BgClassName
{
background-color: #F3854D;
}
</style>
border-color css
<style>
span { border-color: #F3854D; }
span { border-color: rgb(243,133,77); }
td.TdClassName
{
border-color: #F3854D;
}
.TagClassName
{
border-color: #F3854D;
}
</style>