Shades of Crusta #F27E55
Tints of Crusta #F27E55
RGB
CMYK
RGB Variations
Color information
#F27E55 (or 0xF27E55) is known color: Crusta. HEX triplet: F2, 7E and 55. RGB value is (242,126,85). Sum of RGB (Red+Green+Blue) = 242+126+85=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E55 is #0D81AA. Grayscale: #9C9C9C. Windows color (decimal): -885163 or 5603058. OLE color: 5603058.
HSL color Cylindrical-coordinate representation of color #F27E55: hue angle of 15.67º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F27E55 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 85 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.05 |
| HSL | 15.67º | 0.86% | 0.64% | - |
| HSV(B) | 15.67º | 0.65% | 0.95% | - |
| XYZ | 45.72 | 34.45 | 12.84 | - |
| YUV | 156.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 85 | 0 | 0.48 | 0.65 | 0.05 | 15.67 | 0.86 | 0.64 |
| Hex | F2 | 7E | 55 | 0 | 30 | 41 | 5 | 10 | 56 | 40 |
| Octal | 362 | 176 | 125 | 0 | 60 | 101 | 5 | 20 | 126 | 100 |
| Binary | 11110010 | 1111110 | 1010101 | 0 | 110000 | 1000001 | 101 | 10000 | 1010110 | 1000000 |
Color Harmonies of #F27E55
Complementary color
Monochromatic Colors of #F27E55
Black with #F27E55
Text Example
Text Example
White with #F27E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E55; }
p { color: rgb(242,126,85); }
H1.HeaderClassName
{
color: #F27E55;
}
.AnyTagClassName
{
color: #F27E55;
}
</style>
background-color css
<style>
a { background-color: #F27E55; }
a { background-color: rgb(242,126,85); }
div.DivClassName
{
background-color: #F27E55;
}
.BgClassName
{
background-color: #F27E55;
}
</style>
border-color css
<style>
span { border-color: #F27E55; }
span { border-color: rgb(242,126,85); }
td.TdClassName
{
border-color: #F27E55;
}
.TagClassName
{
border-color: #F27E55;
}
</style>