Shades of Crusta #F3805D
Tints of Crusta #F3805D
RGB
CMYK
RGB Variations
Color information
#F3805D (or 0xF3805D) is known color: Crusta. HEX triplet: F3, 80 and 5D. RGB value is (243,128,93). Sum of RGB (Red+Green+Blue) = 243+128+93=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3805D is #0C7FA2. Grayscale: #9E9E9E. Windows color (decimal): -819107 or 6127859. OLE color: 6127859.
HSL color Cylindrical-coordinate representation of color #F3805D: hue angle of 14º 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 #F3805D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 128 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.05 |
| HSL | 14º | 0.86% | 0.66% | - |
| HSV(B) | 14º | 0.62% | 0.95% | - |
| XYZ | 46.66 | 35.28 | 14.71 | - |
| YUV | 158.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 128 | 93 | 0 | 0.47 | 0.62 | 0.05 | 14 | 0.86 | 0.66 |
| Hex | F3 | 80 | 5D | 0 | 2F | 3E | 5 | E | 56 | 42 |
| Octal | 363 | 200 | 135 | 0 | 57 | 76 | 5 | 16 | 126 | 102 |
| Binary | 11110011 | 10000000 | 1011101 | 0 | 101111 | 111110 | 101 | 1110 | 1010110 | 1000010 |
Color Harmonies of #F3805D
Complementary color
Monochromatic Colors of #F3805D
Black with #F3805D
Text Example
Text Example
White with #F3805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3805D; }
p { color: rgb(243,128,93); }
H1.HeaderClassName
{
color: #F3805D;
}
.AnyTagClassName
{
color: #F3805D;
}
</style>
background-color css
<style>
a { background-color: #F3805D; }
a { background-color: rgb(243,128,93); }
div.DivClassName
{
background-color: #F3805D;
}
.BgClassName
{
background-color: #F3805D;
}
</style>
border-color css
<style>
span { border-color: #F3805D; }
span { border-color: rgb(243,128,93); }
td.TdClassName
{
border-color: #F3805D;
}
.TagClassName
{
border-color: #F3805D;
}
</style>