Shades of Crusta #F38353
Tints of Crusta #F38353
RGB
CMYK
RGB Variations
Color information
#F38353 (or 0xF38353) is known color: Crusta. HEX triplet: F3, 83 and 53. RGB value is (243,131,83). Sum of RGB (Red+Green+Blue) = 243+131+83=457 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.17% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 243 - color contains mainly: red. Hex color #F38353 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38353 is #0C7CAC. Grayscale: #9F9F9F. Windows color (decimal): -818349 or 5473267. OLE color: 5473267.
HSL color Cylindrical-coordinate representation of color #F38353: hue angle of 18º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F38353 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 131 | 83 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.05 |
| HSL | 18º | 0.87% | 0.64% | - |
| HSV(B) | 18º | 0.66% | 0.95% | - |
| XYZ | 46.64 | 35.91 | 12.66 | - |
| YUV | 159.02 | 85.11 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 131 | 83 | 0 | 0.46 | 0.66 | 0.05 | 18 | 0.87 | 0.64 |
| Hex | F3 | 83 | 53 | 0 | 2E | 42 | 5 | 12 | 57 | 40 |
| Octal | 363 | 203 | 123 | 0 | 56 | 102 | 5 | 22 | 127 | 100 |
| Binary | 11110011 | 10000011 | 1010011 | 0 | 101110 | 1000010 | 101 | 10010 | 1010111 | 1000000 |
Color Harmonies of #F38353
Complementary color
Monochromatic Colors of #F38353
Black with #F38353
Text Example
Text Example
White with #F38353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38353; }
p { color: rgb(243,131,83); }
H1.HeaderClassName
{
color: #F38353;
}
.AnyTagClassName
{
color: #F38353;
}
</style>
background-color css
<style>
a { background-color: #F38353; }
a { background-color: rgb(243,131,83); }
div.DivClassName
{
background-color: #F38353;
}
.BgClassName
{
background-color: #F38353;
}
</style>
border-color css
<style>
span { border-color: #F38353; }
span { border-color: rgb(243,131,83); }
td.TdClassName
{
border-color: #F38353;
}
.TagClassName
{
border-color: #F38353;
}
</style>