Shades of Crusta #F48C57
Tints of Crusta #F48C57
RGB
CMYK
RGB Variations
Color information
#F48C57 (or 0xF48C57) is known color: Crusta. HEX triplet: F4, 8C and 57. RGB value is (244,140,87). Sum of RGB (Red+Green+Blue) = 244+140+87=471 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.80% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 87 (34.38% from 255 or 18.47% from 471); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C57 is #0B73A8. Grayscale: #A5A5A5. Windows color (decimal): -750505 or 5737716. OLE color: 5737716.
HSL color Cylindrical-coordinate representation of color #F48C57: hue angle of 20.25º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F48C57 is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 140 | 87 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.04 |
| HSL | 20.25º | 0.88% | 0.65% | - |
| HSV(B) | 20.25º | 0.64% | 0.96% | - |
| XYZ | 48.41 | 38.68 | 13.93 | - |
| YUV | 165.05 | 83.96 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 140 | 87 | 0 | 0.43 | 0.64 | 0.04 | 20.25 | 0.88 | 0.65 |
| Hex | F4 | 8C | 57 | 0 | 2B | 40 | 4 | 14 | 58 | 41 |
| Octal | 364 | 214 | 127 | 0 | 53 | 100 | 4 | 24 | 130 | 101 |
| Binary | 11110100 | 10001100 | 1010111 | 0 | 101011 | 1000000 | 100 | 10100 | 1011000 | 1000001 |
Color Harmonies of #F48C57
Complementary color
Monochromatic Colors of #F48C57
Black with #F48C57
Text Example
Text Example
White with #F48C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F48C57; }
p { color: rgb(244,140,87); }
H1.HeaderClassName
{
color: #F48C57;
}
.AnyTagClassName
{
color: #F48C57;
}
</style>
background-color css
<style>
a { background-color: #F48C57; }
a { background-color: rgb(244,140,87); }
div.DivClassName
{
background-color: #F48C57;
}
.BgClassName
{
background-color: #F48C57;
}
</style>
border-color css
<style>
span { border-color: #F48C57; }
span { border-color: rgb(244,140,87); }
td.TdClassName
{
border-color: #F48C57;
}
.TagClassName
{
border-color: #F48C57;
}
</style>