Shades of Crusta #F18256
Tints of Crusta #F18256
RGB
CMYK
RGB Variations
Color information
#F18256 (or 0xF18256) is known color: Crusta. HEX triplet: F1, 82 and 56. RGB value is (241,130,86). Sum of RGB (Red+Green+Blue) = 241+130+86=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 86 (33.98% from 255 or 18.82% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F18256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18256 is #0E7DA9. Grayscale: #9E9E9E. Windows color (decimal): -949674 or 5669617. OLE color: 5669617.
HSL color Cylindrical-coordinate representation of color #F18256: hue angle of 17.03º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F18256 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 86 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.05 |
| HSL | 17.03º | 0.85% | 0.64% | - |
| HSV(B) | 17.03º | 0.64% | 0.95% | - |
| XYZ | 45.94 | 35.34 | 13.2 | - |
| YUV | 158.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 86 | 0 | 0.46 | 0.64 | 0.05 | 17.03 | 0.85 | 0.64 |
| Hex | F1 | 82 | 56 | 0 | 2E | 40 | 5 | 11 | 55 | 40 |
| Octal | 361 | 202 | 126 | 0 | 56 | 100 | 5 | 21 | 125 | 100 |
| Binary | 11110001 | 10000010 | 1010110 | 0 | 101110 | 1000000 | 101 | 10001 | 1010101 | 1000000 |
Color Harmonies of #F18256
Complementary color
Monochromatic Colors of #F18256
Black with #F18256
Text Example
Text Example
White with #F18256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18256; }
p { color: rgb(241,130,86); }
H1.HeaderClassName
{
color: #F18256;
}
.AnyTagClassName
{
color: #F18256;
}
</style>
background-color css
<style>
a { background-color: #F18256; }
a { background-color: rgb(241,130,86); }
div.DivClassName
{
background-color: #F18256;
}
.BgClassName
{
background-color: #F18256;
}
</style>
border-color css
<style>
span { border-color: #F18256; }
span { border-color: rgb(241,130,86); }
td.TdClassName
{
border-color: #F18256;
}
.TagClassName
{
border-color: #F18256;
}
</style>