Shades of Crusta #F27F56
Tints of Crusta #F27F56
RGB
CMYK
RGB Variations
Color information
#F27F56 (or 0xF27F56) is known color: Crusta. HEX triplet: F2, 7F and 56. RGB value is (242,127,86). Sum of RGB (Red+Green+Blue) = 242+127+86=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F56 is #0D80A9. Grayscale: #9C9C9C. Windows color (decimal): -884906 or 5668850. OLE color: 5668850.
HSL color Cylindrical-coordinate representation of color #F27F56: hue angle of 15.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F27F56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 86 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.05 |
| HSL | 15.77º | 0.86% | 0.64% | - |
| HSV(B) | 15.77º | 0.64% | 0.95% | - |
| XYZ | 45.89 | 34.73 | 13.09 | - |
| YUV | 156.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 86 | 0 | 0.48 | 0.64 | 0.05 | 15.77 | 0.86 | 0.64 |
| Hex | F2 | 7F | 56 | 0 | 30 | 40 | 5 | 10 | 56 | 40 |
| Octal | 362 | 177 | 126 | 0 | 60 | 100 | 5 | 20 | 126 | 100 |
| Binary | 11110010 | 1111111 | 1010110 | 0 | 110000 | 1000000 | 101 | 10000 | 1010110 | 1000000 |
Color Harmonies of #F27F56
Complementary color
Monochromatic Colors of #F27F56
Black with #F27F56
Text Example
Text Example
White with #F27F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F56; }
p { color: rgb(242,127,86); }
H1.HeaderClassName
{
color: #F27F56;
}
.AnyTagClassName
{
color: #F27F56;
}
</style>
background-color css
<style>
a { background-color: #F27F56; }
a { background-color: rgb(242,127,86); }
div.DivClassName
{
background-color: #F27F56;
}
.BgClassName
{
background-color: #F27F56;
}
</style>
border-color css
<style>
span { border-color: #F27F56; }
span { border-color: rgb(242,127,86); }
td.TdClassName
{
border-color: #F27F56;
}
.TagClassName
{
border-color: #F27F56;
}
</style>