Shades of Crusta #F27C52
Tints of Crusta #F27C52
RGB
CMYK
RGB Variations
Color information
#F27C52 (or 0xF27C52) is known color: Crusta. HEX triplet: F2, 7C and 52. RGB value is (242,124,82). Sum of RGB (Red+Green+Blue) = 242+124+82=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C52 is #0D83AD. Grayscale: #9A9A9A. Windows color (decimal): -885678 or 5405938. OLE color: 5405938.
HSL color Cylindrical-coordinate representation of color #F27C52: hue angle of 15.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F27C52 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 82 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.05 |
| HSL | 15.75º | 0.86% | 0.64% | - |
| HSV(B) | 15.75º | 0.66% | 0.95% | - |
| XYZ | 45.35 | 33.9 | 12.14 | - |
| YUV | 154.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 82 | 0 | 0.49 | 0.66 | 0.05 | 15.75 | 0.86 | 0.64 |
| Hex | F2 | 7C | 52 | 0 | 31 | 42 | 5 | 10 | 56 | 40 |
| Octal | 362 | 174 | 122 | 0 | 61 | 102 | 5 | 20 | 126 | 100 |
| Binary | 11110010 | 1111100 | 1010010 | 0 | 110001 | 1000010 | 101 | 10000 | 1010110 | 1000000 |
Color Harmonies of #F27C52
Complementary color
Monochromatic Colors of #F27C52
Black with #F27C52
Text Example
Text Example
White with #F27C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C52; }
p { color: rgb(242,124,82); }
H1.HeaderClassName
{
color: #F27C52;
}
.AnyTagClassName
{
color: #F27C52;
}
</style>
background-color css
<style>
a { background-color: #F27C52; }
a { background-color: rgb(242,124,82); }
div.DivClassName
{
background-color: #F27C52;
}
.BgClassName
{
background-color: #F27C52;
}
</style>
border-color css
<style>
span { border-color: #F27C52; }
span { border-color: rgb(242,124,82); }
td.TdClassName
{
border-color: #F27C52;
}
.TagClassName
{
border-color: #F27C52;
}
</style>