Shades of Crusta #F28758
Tints of Crusta #F28758
RGB
CMYK
RGB Variations
Color information
#F28758 (or 0xF28758) is known color: Crusta. HEX triplet: F2, 87 and 58. RGB value is (242,135,88). Sum of RGB (Red+Green+Blue) = 242+135+88=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F28758 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28758 is #0D78A7. Grayscale: #A1A1A1. Windows color (decimal): -882856 or 5801970. OLE color: 5801970.
HSL color Cylindrical-coordinate representation of color #F28758: hue angle of 18.31º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F28758 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 88 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.05 |
| HSL | 18.31º | 0.86% | 0.65% | - |
| HSV(B) | 18.31º | 0.64% | 0.95% | - |
| XYZ | 47.04 | 36.91 | 13.88 | - |
| YUV | 161.64 | 86.45 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 88 | 0 | 0.44 | 0.64 | 0.05 | 18.31 | 0.86 | 0.65 |
| Hex | F2 | 87 | 58 | 0 | 2C | 40 | 5 | 12 | 56 | 41 |
| Octal | 362 | 207 | 130 | 0 | 54 | 100 | 5 | 22 | 126 | 101 |
| Binary | 11110010 | 10000111 | 1011000 | 0 | 101100 | 1000000 | 101 | 10010 | 1010110 | 1000001 |
Color Harmonies of #F28758
Complementary color
Monochromatic Colors of #F28758
Black with #F28758
Text Example
Text Example
White with #F28758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28758; }
p { color: rgb(242,135,88); }
H1.HeaderClassName
{
color: #F28758;
}
.AnyTagClassName
{
color: #F28758;
}
</style>
background-color css
<style>
a { background-color: #F28758; }
a { background-color: rgb(242,135,88); }
div.DivClassName
{
background-color: #F28758;
}
.BgClassName
{
background-color: #F28758;
}
</style>
border-color css
<style>
span { border-color: #F28758; }
span { border-color: rgb(242,135,88); }
td.TdClassName
{
border-color: #F28758;
}
.TagClassName
{
border-color: #F28758;
}
</style>