Shades of Crusta #F37F5A
Tints of Crusta #F37F5A
RGB
CMYK
RGB Variations
Color information
#F37F5A (or 0xF37F5A) is known color: Crusta. HEX triplet: F3, 7F and 5A. RGB value is (243,127,90). Sum of RGB (Red+Green+Blue) = 243+127+90=460 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.83% from 460); Green value is 127 (50% from 255 or 27.61% from 460); Blue value is 90 (35.55% from 255 or 19.57% from 460); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F5A is #0C80A5. Grayscale: #9D9D9D. Windows color (decimal): -819366 or 5930995. OLE color: 5930995.
HSL color Cylindrical-coordinate representation of color #F37F5A: hue angle of 14.51º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F37F5A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 90 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.05 |
| HSL | 14.51º | 0.86% | 0.65% | - |
| HSV(B) | 14.51º | 0.63% | 0.95% | - |
| XYZ | 46.4 | 34.97 | 13.98 | - |
| YUV | 157.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 90 | 0 | 0.48 | 0.63 | 0.05 | 14.51 | 0.86 | 0.65 |
| Hex | F3 | 7F | 5A | 0 | 30 | 3F | 5 | F | 56 | 41 |
| Octal | 363 | 177 | 132 | 0 | 60 | 77 | 5 | 17 | 126 | 101 |
| Binary | 11110011 | 1111111 | 1011010 | 0 | 110000 | 111111 | 101 | 1111 | 1010110 | 1000001 |
Color Harmonies of #F37F5A
Complementary color
Monochromatic Colors of #F37F5A
Black with #F37F5A
Text Example
Text Example
White with #F37F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F5A; }
p { color: rgb(243,127,90); }
H1.HeaderClassName
{
color: #F37F5A;
}
.AnyTagClassName
{
color: #F37F5A;
}
</style>
background-color css
<style>
a { background-color: #F37F5A; }
a { background-color: rgb(243,127,90); }
div.DivClassName
{
background-color: #F37F5A;
}
.BgClassName
{
background-color: #F37F5A;
}
</style>
border-color css
<style>
span { border-color: #F37F5A; }
span { border-color: rgb(243,127,90); }
td.TdClassName
{
border-color: #F37F5A;
}
.TagClassName
{
border-color: #F37F5A;
}
</style>