Shades of Crusta #F1875E
Tints of Crusta #F1875E
RGB
CMYK
RGB Variations
Color information
#F1875E (or 0xF1875E) is known color: Crusta. HEX triplet: F1, 87 and 5E. RGB value is (241,135,94). Sum of RGB (Red+Green+Blue) = 241+135+94=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F1875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1875E is #0E78A1. Grayscale: #A2A2A2. Windows color (decimal): -948386 or 6195185. OLE color: 6195185.
HSL color Cylindrical-coordinate representation of color #F1875E: hue angle of 16.73º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F1875E is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 94 | - |
| CMYK | 0 | 0.44 | 0.61 | 0.05 |
| HSL | 16.73º | 0.84% | 0.66% | - |
| HSV(B) | 16.73º | 0.61% | 0.95% | - |
| XYZ | 46.96 | 36.84 | 15.22 | - |
| YUV | 162.02 | 89.62 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 94 | 0 | 0.44 | 0.61 | 0.05 | 16.73 | 0.84 | 0.66 |
| Hex | F1 | 87 | 5E | 0 | 2C | 3D | 5 | 11 | 54 | 42 |
| Octal | 361 | 207 | 136 | 0 | 54 | 75 | 5 | 21 | 124 | 102 |
| Binary | 11110001 | 10000111 | 1011110 | 0 | 101100 | 111101 | 101 | 10001 | 1010100 | 1000010 |
Color Harmonies of #F1875E
Complementary color
Monochromatic Colors of #F1875E
Black with #F1875E
Text Example
Text Example
White with #F1875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1875E; }
p { color: rgb(241,135,94); }
H1.HeaderClassName
{
color: #F1875E;
}
.AnyTagClassName
{
color: #F1875E;
}
</style>
background-color css
<style>
a { background-color: #F1875E; }
a { background-color: rgb(241,135,94); }
div.DivClassName
{
background-color: #F1875E;
}
.BgClassName
{
background-color: #F1875E;
}
</style>
border-color css
<style>
span { border-color: #F1875E; }
span { border-color: rgb(241,135,94); }
td.TdClassName
{
border-color: #F1875E;
}
.TagClassName
{
border-color: #F1875E;
}
</style>