Shades of Crusta #F27F53
Tints of Crusta #F27F53
RGB
CMYK
RGB Variations
Color information
#F27F53 (or 0xF27F53) is known color: Crusta. HEX triplet: F2, 7F and 53. RGB value is (242,127,83). Sum of RGB (Red+Green+Blue) = 242+127+83=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F53 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F53 is #0D80AC. Grayscale: #9C9C9C. Windows color (decimal): -884909 or 5472242. OLE color: 5472242.
HSL color Cylindrical-coordinate representation of color #F27F53: hue angle of 16.6º 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 #F27F53 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 83 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.05 |
| HSL | 16.6º | 0.86% | 0.64% | - |
| HSV(B) | 16.6º | 0.66% | 0.95% | - |
| XYZ | 45.77 | 34.68 | 12.47 | - |
| YUV | 156.37 | 86.6 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 83 | 0 | 0.48 | 0.66 | 0.05 | 16.6 | 0.86 | 0.64 |
| Hex | F2 | 7F | 53 | 0 | 30 | 42 | 5 | 11 | 56 | 40 |
| Octal | 362 | 177 | 123 | 0 | 60 | 102 | 5 | 21 | 126 | 100 |
| Binary | 11110010 | 1111111 | 1010011 | 0 | 110000 | 1000010 | 101 | 10001 | 1010110 | 1000000 |
Color Harmonies of #F27F53
Complementary color
Monochromatic Colors of #F27F53
Black with #F27F53
Text Example
Text Example
White with #F27F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27F53; }
p { color: rgb(242,127,83); }
H1.HeaderClassName
{
color: #F27F53;
}
.AnyTagClassName
{
color: #F27F53;
}
</style>
background-color css
<style>
a { background-color: #F27F53; }
a { background-color: rgb(242,127,83); }
div.DivClassName
{
background-color: #F27F53;
}
.BgClassName
{
background-color: #F27F53;
}
</style>
border-color css
<style>
span { border-color: #F27F53; }
span { border-color: rgb(242,127,83); }
td.TdClassName
{
border-color: #F27F53;
}
.TagClassName
{
border-color: #F27F53;
}
</style>