Shades of Crusta #F3825D
Tints of Crusta #F3825D
RGB
CMYK
RGB Variations
Color information
#F3825D (or 0xF3825D) is known color: Crusta. HEX triplet: F3, 82 and 5D. RGB value is (243,130,93). Sum of RGB (Red+Green+Blue) = 243+130+93=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3825D is #0C7DA2. Grayscale: #9F9F9F. Windows color (decimal): -818595 or 6128371. OLE color: 6128371.
HSL color Cylindrical-coordinate representation of color #F3825D: hue angle of 14.8º 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 #F3825D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 130 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.05 |
| HSL | 14.8º | 0.86% | 0.66% | - |
| HSV(B) | 14.8º | 0.62% | 0.95% | - |
| XYZ | 46.92 | 35.81 | 14.8 | - |
| YUV | 159.57 | 90.44 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 130 | 93 | 0 | 0.47 | 0.62 | 0.05 | 14.8 | 0.86 | 0.66 |
| Hex | F3 | 82 | 5D | 0 | 2F | 3E | 5 | F | 56 | 42 |
| Octal | 363 | 202 | 135 | 0 | 57 | 76 | 5 | 17 | 126 | 102 |
| Binary | 11110011 | 10000010 | 1011101 | 0 | 101111 | 111110 | 101 | 1111 | 1010110 | 1000010 |
Color Harmonies of #F3825D
Complementary color
Monochromatic Colors of #F3825D
Black with #F3825D
Text Example
Text Example
White with #F3825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3825D; }
p { color: rgb(243,130,93); }
H1.HeaderClassName
{
color: #F3825D;
}
.AnyTagClassName
{
color: #F3825D;
}
</style>
background-color css
<style>
a { background-color: #F3825D; }
a { background-color: rgb(243,130,93); }
div.DivClassName
{
background-color: #F3825D;
}
.BgClassName
{
background-color: #F3825D;
}
</style>
border-color css
<style>
span { border-color: #F3825D; }
span { border-color: rgb(243,130,93); }
td.TdClassName
{
border-color: #F3825D;
}
.TagClassName
{
border-color: #F3825D;
}
</style>