Shades of Crusta #F38C58
Tints of Crusta #F38C58
RGB
CMYK
RGB Variations
Color information
#F38C58 (or 0xF38C58) is known color: Crusta. HEX triplet: F3, 8C and 58. RGB value is (243,140,88). Sum of RGB (Red+Green+Blue) = 243+140+88=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C58 is #0C73A7. Grayscale: #A5A5A5. Windows color (decimal): -816040 or 5803251. OLE color: 5803251.
HSL color Cylindrical-coordinate representation of color #F38C58: hue angle of 20.13º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F38C58 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 88 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.05 |
| HSL | 20.13º | 0.87% | 0.65% | - |
| HSV(B) | 20.13º | 0.64% | 0.95% | - |
| XYZ | 48.1 | 38.52 | 14.13 | - |
| YUV | 164.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 88 | 0 | 0.42 | 0.64 | 0.05 | 20.13 | 0.87 | 0.65 |
| Hex | F3 | 8C | 58 | 0 | 2A | 40 | 5 | 14 | 57 | 41 |
| Octal | 363 | 214 | 130 | 0 | 52 | 100 | 5 | 24 | 127 | 101 |
| Binary | 11110011 | 10001100 | 1011000 | 0 | 101010 | 1000000 | 101 | 10100 | 1010111 | 1000001 |
Color Harmonies of #F38C58
Complementary color
Monochromatic Colors of #F38C58
Black with #F38C58
Text Example
Text Example
White with #F38C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C58; }
p { color: rgb(243,140,88); }
H1.HeaderClassName
{
color: #F38C58;
}
.AnyTagClassName
{
color: #F38C58;
}
</style>
background-color css
<style>
a { background-color: #F38C58; }
a { background-color: rgb(243,140,88); }
div.DivClassName
{
background-color: #F38C58;
}
.BgClassName
{
background-color: #F38C58;
}
</style>
border-color css
<style>
span { border-color: #F38C58; }
span { border-color: rgb(243,140,88); }
td.TdClassName
{
border-color: #F38C58;
}
.TagClassName
{
border-color: #F38C58;
}
</style>