Shades of Crusta #F1854C
Tints of Crusta #F1854C
RGB
CMYK
RGB Variations
Color information
#F1854C (or 0xF1854C) is known color: Crusta. HEX triplet: F1, 85 and 4C. RGB value is (241,133,76). Sum of RGB (Red+Green+Blue) = 241+133+76=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1854C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1854C is #0E7AB3. Grayscale: #9F9F9F. Windows color (decimal): -948916 or 5015025. OLE color: 5015025.
HSL color Cylindrical-coordinate representation of color #F1854C: hue angle of 20.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F1854C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 76 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.05 |
| HSL | 20.73º | 0.85% | 0.62% | - |
| HSV(B) | 20.73º | 0.68% | 0.95% | - |
| XYZ | 45.97 | 36 | 11.36 | - |
| YUV | 158.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 76 | 0 | 0.45 | 0.68 | 0.05 | 20.73 | 0.85 | 0.62 |
| Hex | F1 | 85 | 4C | 0 | 2D | 44 | 5 | 15 | 55 | 3E |
| Octal | 361 | 205 | 114 | 0 | 55 | 104 | 5 | 25 | 125 | 76 |
| Binary | 11110001 | 10000101 | 1001100 | 0 | 101101 | 1000100 | 101 | 10101 | 1010101 | 111110 |
Color Harmonies of #F1854C
Complementary color
Monochromatic Colors of #F1854C
Black with #F1854C
Text Example
Text Example
White with #F1854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1854C; }
p { color: rgb(241,133,76); }
H1.HeaderClassName
{
color: #F1854C;
}
.AnyTagClassName
{
color: #F1854C;
}
</style>
background-color css
<style>
a { background-color: #F1854C; }
a { background-color: rgb(241,133,76); }
div.DivClassName
{
background-color: #F1854C;
}
.BgClassName
{
background-color: #F1854C;
}
</style>
border-color css
<style>
span { border-color: #F1854C; }
span { border-color: rgb(241,133,76); }
td.TdClassName
{
border-color: #F1854C;
}
.TagClassName
{
border-color: #F1854C;
}
</style>