Shades of Crusta #F1865D
Tints of Crusta #F1865D
RGB
CMYK
RGB Variations
Color information
#F1865D (or 0xF1865D) is known color: Crusta. HEX triplet: F1, 86 and 5D. RGB value is (241,134,93). Sum of RGB (Red+Green+Blue) = 241+134+93=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F1865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1865D is #0E79A2. Grayscale: #A1A1A1. Windows color (decimal): -948643 or 6129393. OLE color: 6129393.
HSL color Cylindrical-coordinate representation of color #F1865D: hue angle of 16.62º 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 #F1865D is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 93 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.05 |
| HSL | 16.62º | 0.84% | 0.65% | - |
| HSV(B) | 16.62º | 0.61% | 0.95% | - |
| XYZ | 46.78 | 36.54 | 14.94 | - |
| YUV | 161.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 93 | 0 | 0.44 | 0.61 | 0.05 | 16.62 | 0.84 | 0.65 |
| Hex | F1 | 86 | 5D | 0 | 2C | 3D | 5 | 11 | 54 | 41 |
| Octal | 361 | 206 | 135 | 0 | 54 | 75 | 5 | 21 | 124 | 101 |
| Binary | 11110001 | 10000110 | 1011101 | 0 | 101100 | 111101 | 101 | 10001 | 1010100 | 1000001 |
Color Harmonies of #F1865D
Complementary color
Monochromatic Colors of #F1865D
Black with #F1865D
Text Example
Text Example
White with #F1865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1865D; }
p { color: rgb(241,134,93); }
H1.HeaderClassName
{
color: #F1865D;
}
.AnyTagClassName
{
color: #F1865D;
}
</style>
background-color css
<style>
a { background-color: #F1865D; }
a { background-color: rgb(241,134,93); }
div.DivClassName
{
background-color: #F1865D;
}
.BgClassName
{
background-color: #F1865D;
}
</style>
border-color css
<style>
span { border-color: #F1865D; }
span { border-color: rgb(241,134,93); }
td.TdClassName
{
border-color: #F1865D;
}
.TagClassName
{
border-color: #F1865D;
}
</style>