Shades of Crusta #F37F54
Tints of Crusta #F37F54
RGB
CMYK
RGB Variations
Color information
#F37F54 (or 0xF37F54) is known color: Crusta. HEX triplet: F3, 7F and 54. RGB value is (243,127,84). Sum of RGB (Red+Green+Blue) = 243+127+84=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F54 is #0C80AB. Grayscale: #9D9D9D. Windows color (decimal): -819372 or 5537779. OLE color: 5537779.
HSL color Cylindrical-coordinate representation of color #F37F54: hue angle of 16.23º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F37F54 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 84 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.05 |
| HSL | 16.23º | 0.87% | 0.64% | - |
| HSV(B) | 16.23º | 0.65% | 0.95% | - |
| XYZ | 46.15 | 34.87 | 12.69 | - |
| YUV | 156.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 84 | 0 | 0.48 | 0.65 | 0.05 | 16.23 | 0.87 | 0.64 |
| Hex | F3 | 7F | 54 | 0 | 30 | 41 | 5 | 10 | 57 | 40 |
| Octal | 363 | 177 | 124 | 0 | 60 | 101 | 5 | 20 | 127 | 100 |
| Binary | 11110011 | 1111111 | 1010100 | 0 | 110000 | 1000001 | 101 | 10000 | 1010111 | 1000000 |
Color Harmonies of #F37F54
Complementary color
Monochromatic Colors of #F37F54
Black with #F37F54
Text Example
Text Example
White with #F37F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F54; }
p { color: rgb(243,127,84); }
H1.HeaderClassName
{
color: #F37F54;
}
.AnyTagClassName
{
color: #F37F54;
}
</style>
background-color css
<style>
a { background-color: #F37F54; }
a { background-color: rgb(243,127,84); }
div.DivClassName
{
background-color: #F37F54;
}
.BgClassName
{
background-color: #F37F54;
}
</style>
border-color css
<style>
span { border-color: #F37F54; }
span { border-color: rgb(243,127,84); }
td.TdClassName
{
border-color: #F37F54;
}
.TagClassName
{
border-color: #F37F54;
}
</style>