Shades of Crusta #F28259
Tints of Crusta #F28259
RGB
CMYK
RGB Variations
Color information
#F28259 (or 0xF28259) is known color: Crusta. HEX triplet: F2, 82 and 59. RGB value is (242,130,89). Sum of RGB (Red+Green+Blue) = 242+130+89=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F28259 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28259 is #0D7DA6. Grayscale: #9F9F9F. Windows color (decimal): -884135 or 5866226. OLE color: 5866226.
HSL color Cylindrical-coordinate representation of color #F28259: hue angle of 16.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F28259 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 89 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.05 |
| HSL | 16.08º | 0.85% | 0.65% | - |
| HSV(B) | 16.08º | 0.63% | 0.95% | - |
| XYZ | 46.4 | 35.56 | 13.87 | - |
| YUV | 158.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 89 | 0 | 0.46 | 0.63 | 0.05 | 16.08 | 0.85 | 0.65 |
| Hex | F2 | 82 | 59 | 0 | 2E | 3F | 5 | 10 | 55 | 41 |
| Octal | 362 | 202 | 131 | 0 | 56 | 77 | 5 | 20 | 125 | 101 |
| Binary | 11110010 | 10000010 | 1011001 | 0 | 101110 | 111111 | 101 | 10000 | 1010101 | 1000001 |
Color Harmonies of #F28259
Complementary color
Monochromatic Colors of #F28259
Black with #F28259
Text Example
Text Example
White with #F28259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28259; }
p { color: rgb(242,130,89); }
H1.HeaderClassName
{
color: #F28259;
}
.AnyTagClassName
{
color: #F28259;
}
</style>
background-color css
<style>
a { background-color: #F28259; }
a { background-color: rgb(242,130,89); }
div.DivClassName
{
background-color: #F28259;
}
.BgClassName
{
background-color: #F28259;
}
</style>
border-color css
<style>
span { border-color: #F28259; }
span { border-color: rgb(242,130,89); }
td.TdClassName
{
border-color: #F28259;
}
.TagClassName
{
border-color: #F28259;
}
</style>