Shades of Crusta #F28760
Tints of Crusta #F28760
RGB
CMYK
RGB Variations
Color information
#F28760 (or 0xF28760) is known color: Crusta. HEX triplet: F2, 87 and 60. RGB value is (242,135,96). Sum of RGB (Red+Green+Blue) = 242+135+96=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28760 is #0D789F. Grayscale: #A2A2A2. Windows color (decimal): -882848 or 6326258. OLE color: 6326258.
HSL color Cylindrical-coordinate representation of color #F28760: hue angle of 16.03º degrees, saturation: 0.85, 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 #F28760 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 96 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.05 |
| HSL | 16.03º | 0.85% | 0.66% | - |
| HSV(B) | 16.03º | 0.6% | 0.95% | - |
| XYZ | 47.39 | 37.05 | 15.72 | - |
| YUV | 162.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 96 | 0 | 0.44 | 0.60 | 0.05 | 16.03 | 0.85 | 0.66 |
| Hex | F2 | 87 | 60 | 0 | 2C | 3C | 5 | 10 | 55 | 42 |
| Octal | 362 | 207 | 140 | 0 | 54 | 74 | 5 | 20 | 125 | 102 |
| Binary | 11110010 | 10000111 | 1100000 | 0 | 101100 | 111100 | 101 | 10000 | 1010101 | 1000010 |
Color Harmonies of #F28760
Complementary color
Monochromatic Colors of #F28760
Black with #F28760
Text Example
Text Example
White with #F28760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28760; }
p { color: rgb(242,135,96); }
H1.HeaderClassName
{
color: #F28760;
}
.AnyTagClassName
{
color: #F28760;
}
</style>
background-color css
<style>
a { background-color: #F28760; }
a { background-color: rgb(242,135,96); }
div.DivClassName
{
background-color: #F28760;
}
.BgClassName
{
background-color: #F28760;
}
</style>
border-color css
<style>
span { border-color: #F28760; }
span { border-color: rgb(242,135,96); }
td.TdClassName
{
border-color: #F28760;
}
.TagClassName
{
border-color: #F28760;
}
</style>