Shades of Crusta #F27E59
Tints of Crusta #F27E59
RGB
CMYK
RGB Variations
Color information
#F27E59 (or 0xF27E59) is known color: Crusta. HEX triplet: F2, 7E and 59. RGB value is (242,126,89). Sum of RGB (Red+Green+Blue) = 242+126+89=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E59 is #0D81A6. Grayscale: #9C9C9C. Windows color (decimal): -885159 or 5865202. OLE color: 5865202.
HSL color Cylindrical-coordinate representation of color #F27E59: hue angle of 14.51º 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 #F27E59 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 89 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.05 |
| HSL | 14.51º | 0.85% | 0.65% | - |
| HSV(B) | 14.51º | 0.63% | 0.95% | - |
| XYZ | 45.88 | 34.52 | 13.7 | - |
| YUV | 156.47 | 89.93 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 89 | 0 | 0.48 | 0.63 | 0.05 | 14.51 | 0.85 | 0.65 |
| Hex | F2 | 7E | 59 | 0 | 30 | 3F | 5 | F | 55 | 41 |
| Octal | 362 | 176 | 131 | 0 | 60 | 77 | 5 | 17 | 125 | 101 |
| Binary | 11110010 | 1111110 | 1011001 | 0 | 110000 | 111111 | 101 | 1111 | 1010101 | 1000001 |
Color Harmonies of #F27E59
Complementary color
Monochromatic Colors of #F27E59
Black with #F27E59
Text Example
Text Example
White with #F27E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E59; }
p { color: rgb(242,126,89); }
H1.HeaderClassName
{
color: #F27E59;
}
.AnyTagClassName
{
color: #F27E59;
}
</style>
background-color css
<style>
a { background-color: #F27E59; }
a { background-color: rgb(242,126,89); }
div.DivClassName
{
background-color: #F27E59;
}
.BgClassName
{
background-color: #F27E59;
}
</style>
border-color css
<style>
span { border-color: #F27E59; }
span { border-color: rgb(242,126,89); }
td.TdClassName
{
border-color: #F27E59;
}
.TagClassName
{
border-color: #F27E59;
}
</style>