Shades of Crusta #F27F54
Tints of Crusta #F27F54
RGB
CMYK
RGB Variations
Color information
#F27F54 (or 0xF27F54) is known color: Crusta. HEX triplet: F2, 7F and 54. RGB value is (242,127,84). Sum of RGB (Red+Green+Blue) = 242+127+84=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F54 is #0D80AB. Grayscale: #9C9C9C. Windows color (decimal): -884908 or 5537778. OLE color: 5537778.
HSL color Cylindrical-coordinate representation of color #F27F54: hue angle of 16.33º 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 #F27F54 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 84 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.05 |
| HSL | 16.33º | 0.86% | 0.64% | - |
| HSV(B) | 16.33º | 0.65% | 0.95% | - |
| XYZ | 45.81 | 34.7 | 12.67 | - |
| YUV | 156.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 84 | 0 | 0.48 | 0.65 | 0.05 | 16.33 | 0.86 | 0.64 |
| Hex | F2 | 7F | 54 | 0 | 30 | 41 | 5 | 10 | 56 | 40 |
| Octal | 362 | 177 | 124 | 0 | 60 | 101 | 5 | 20 | 126 | 100 |
| Binary | 11110010 | 1111111 | 1010100 | 0 | 110000 | 1000001 | 101 | 10000 | 1010110 | 1000000 |
Color Harmonies of #F27F54
Complementary color
Monochromatic Colors of #F27F54
Black with #F27F54
Text Example
Text Example
White with #F27F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F54; }
p { color: rgb(242,127,84); }
H1.HeaderClassName
{
color: #F27F54;
}
.AnyTagClassName
{
color: #F27F54;
}
</style>
background-color css
<style>
a { background-color: #F27F54; }
a { background-color: rgb(242,127,84); }
div.DivClassName
{
background-color: #F27F54;
}
.BgClassName
{
background-color: #F27F54;
}
</style>
border-color css
<style>
span { border-color: #F27F54; }
span { border-color: rgb(242,127,84); }
td.TdClassName
{
border-color: #F27F54;
}
.TagClassName
{
border-color: #F27F54;
}
</style>