Shades of Crusta #F18C63
Tints of Crusta #F18C63
RGB
CMYK
RGB Variations
Color information
#F18C63 (or 0xF18C63) is known color: Crusta. HEX triplet: F1, 8C and 63. RGB value is (241,140,99). Sum of RGB (Red+Green+Blue) = 241+140+99=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 99 (39.06% from 255 or 20.62% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18C63 is #0E739C. Grayscale: #A5A5A5. Windows color (decimal): -947101 or 6524145. OLE color: 6524145.
HSL color Cylindrical-coordinate representation of color #F18C63: hue angle of 17.32º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18C63 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 99 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.05 |
| HSL | 17.32º | 0.84% | 0.67% | - |
| HSV(B) | 17.32º | 0.59% | 0.95% | - |
| XYZ | 47.91 | 38.36 | 16.68 | - |
| YUV | 165.53 | 90.46 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 99 | 0 | 0.42 | 0.59 | 0.05 | 17.32 | 0.84 | 0.67 |
| Hex | F1 | 8C | 63 | 0 | 2A | 3B | 5 | 11 | 54 | 43 |
| Octal | 361 | 214 | 143 | 0 | 52 | 73 | 5 | 21 | 124 | 103 |
| Binary | 11110001 | 10001100 | 1100011 | 0 | 101010 | 111011 | 101 | 10001 | 1010100 | 1000011 |
Color Harmonies of #F18C63
Complementary color
Monochromatic Colors of #F18C63
Black with #F18C63
Text Example
Text Example
White with #F18C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C63; }
p { color: rgb(241,140,99); }
H1.HeaderClassName
{
color: #F18C63;
}
.AnyTagClassName
{
color: #F18C63;
}
</style>
background-color css
<style>
a { background-color: #F18C63; }
a { background-color: rgb(241,140,99); }
div.DivClassName
{
background-color: #F18C63;
}
.BgClassName
{
background-color: #F18C63;
}
</style>
border-color css
<style>
span { border-color: #F18C63; }
span { border-color: rgb(241,140,99); }
td.TdClassName
{
border-color: #F18C63;
}
.TagClassName
{
border-color: #F18C63;
}
</style>