Shades of Crusta #F28260
Tints of Crusta #F28260
RGB
CMYK
RGB Variations
Color information
#F28260 (or 0xF28260) is known color: Crusta. HEX triplet: F2, 82 and 60. RGB value is (242,130,96). Sum of RGB (Red+Green+Blue) = 242+130+96=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F28260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28260 is #0D7D9F. Grayscale: #9F9F9F. Windows color (decimal): -884128 or 6324978. OLE color: 6324978.
HSL color Cylindrical-coordinate representation of color #F28260: hue angle of 13.97º 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 #F28260 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 96 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.05 |
| HSL | 13.97º | 0.85% | 0.66% | - |
| HSV(B) | 13.97º | 0.6% | 0.95% | - |
| XYZ | 46.71 | 35.69 | 15.49 | - |
| YUV | 159.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 96 | 0 | 0.46 | 0.60 | 0.05 | 13.97 | 0.85 | 0.66 |
| Hex | F2 | 82 | 60 | 0 | 2E | 3C | 5 | E | 55 | 42 |
| Octal | 362 | 202 | 140 | 0 | 56 | 74 | 5 | 16 | 125 | 102 |
| Binary | 11110010 | 10000010 | 1100000 | 0 | 101110 | 111100 | 101 | 1110 | 1010101 | 1000010 |
Color Harmonies of #F28260
Complementary color
Monochromatic Colors of #F28260
Black with #F28260
Text Example
Text Example
White with #F28260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28260; }
p { color: rgb(242,130,96); }
H1.HeaderClassName
{
color: #F28260;
}
.AnyTagClassName
{
color: #F28260;
}
</style>
background-color css
<style>
a { background-color: #F28260; }
a { background-color: rgb(242,130,96); }
div.DivClassName
{
background-color: #F28260;
}
.BgClassName
{
background-color: #F28260;
}
</style>
border-color css
<style>
span { border-color: #F28260; }
span { border-color: rgb(242,130,96); }
td.TdClassName
{
border-color: #F28260;
}
.TagClassName
{
border-color: #F28260;
}
</style>