Shades of Crusta #F18C5D
Tints of Crusta #F18C5D
RGB
CMYK
RGB Variations
Color information
#F18C5D (or 0xF18C5D) is known color: Crusta. HEX triplet: F1, 8C and 5D. RGB value is (241,140,93). Sum of RGB (Red+Green+Blue) = 241+140+93=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C5D is #0E73A2. Grayscale: #A5A5A5. Windows color (decimal): -947107 or 6130929. OLE color: 6130929.
HSL color Cylindrical-coordinate representation of color #F18C5D: hue angle of 19.05º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F18C5D is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 93 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.05 |
| HSL | 19.05º | 0.84% | 0.65% | - |
| HSV(B) | 19.05º | 0.61% | 0.95% | - |
| XYZ | 47.63 | 38.25 | 15.23 | - |
| YUV | 164.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 93 | 0 | 0.42 | 0.61 | 0.05 | 19.05 | 0.84 | 0.65 |
| Hex | F1 | 8C | 5D | 0 | 2A | 3D | 5 | 13 | 54 | 41 |
| Octal | 361 | 214 | 135 | 0 | 52 | 75 | 5 | 23 | 124 | 101 |
| Binary | 11110001 | 10001100 | 1011101 | 0 | 101010 | 111101 | 101 | 10011 | 1010100 | 1000001 |
Color Harmonies of #F18C5D
Complementary color
Monochromatic Colors of #F18C5D
Black with #F18C5D
Text Example
Text Example
White with #F18C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C5D; }
p { color: rgb(241,140,93); }
H1.HeaderClassName
{
color: #F18C5D;
}
.AnyTagClassName
{
color: #F18C5D;
}
</style>
background-color css
<style>
a { background-color: #F18C5D; }
a { background-color: rgb(241,140,93); }
div.DivClassName
{
background-color: #F18C5D;
}
.BgClassName
{
background-color: #F18C5D;
}
</style>
border-color css
<style>
span { border-color: #F18C5D; }
span { border-color: rgb(241,140,93); }
td.TdClassName
{
border-color: #F18C5D;
}
.TagClassName
{
border-color: #F18C5D;
}
</style>