Shades of Crusta #F18561
Tints of Crusta #F18561
RGB
CMYK
RGB Variations
Color information
#F18561 (or 0xF18561) is known color: Crusta. HEX triplet: F1, 85 and 61. RGB value is (241,133,97). Sum of RGB (Red+Green+Blue) = 241+133+97=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F18561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18561 is #0E7A9E. Grayscale: #A1A1A1. Windows color (decimal): -948895 or 6391281. OLE color: 6391281.
HSL color Cylindrical-coordinate representation of color #F18561: hue angle of 15º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F18561 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 97 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.05 |
| HSL | 15º | 0.84% | 0.66% | - |
| HSV(B) | 15º | 0.6% | 0.95% | - |
| XYZ | 46.82 | 36.34 | 15.86 | - |
| YUV | 161.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 97 | 0 | 0.45 | 0.60 | 0.05 | 15 | 0.84 | 0.66 |
| Hex | F1 | 85 | 61 | 0 | 2D | 3C | 5 | F | 54 | 42 |
| Octal | 361 | 205 | 141 | 0 | 55 | 74 | 5 | 17 | 124 | 102 |
| Binary | 11110001 | 10000101 | 1100001 | 0 | 101101 | 111100 | 101 | 1111 | 1010100 | 1000010 |
Color Harmonies of #F18561
Complementary color
Monochromatic Colors of #F18561
Black with #F18561
Text Example
Text Example
White with #F18561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18561; }
p { color: rgb(241,133,97); }
H1.HeaderClassName
{
color: #F18561;
}
.AnyTagClassName
{
color: #F18561;
}
</style>
background-color css
<style>
a { background-color: #F18561; }
a { background-color: rgb(241,133,97); }
div.DivClassName
{
background-color: #F18561;
}
.BgClassName
{
background-color: #F18561;
}
</style>
border-color css
<style>
span { border-color: #F18561; }
span { border-color: rgb(241,133,97); }
td.TdClassName
{
border-color: #F18561;
}
.TagClassName
{
border-color: #F18561;
}
</style>