Shades of Crusta #F27D4D
Tints of Crusta #F27D4D
RGB
CMYK
RGB Variations
Color information
#F27D4D (or 0xF27D4D) is known color: Crusta. HEX triplet: F2, 7D and 4D. RGB value is (242,125,77). Sum of RGB (Red+Green+Blue) = 242+125+77=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D4D is #0D82B2. Grayscale: #9A9A9A. Windows color (decimal): -885427 or 5078514. OLE color: 5078514.
HSL color Cylindrical-coordinate representation of color #F27D4D: hue angle of 17.45º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F27D4D is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 77 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.05 |
| HSL | 17.45º | 0.86% | 0.63% | - |
| HSV(B) | 17.45º | 0.68% | 0.95% | - |
| XYZ | 45.29 | 34.08 | 11.21 | - |
| YUV | 154.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 77 | 0 | 0.48 | 0.68 | 0.05 | 17.45 | 0.86 | 0.63 |
| Hex | F2 | 7D | 4D | 0 | 30 | 44 | 5 | 11 | 56 | 3F |
| Octal | 362 | 175 | 115 | 0 | 60 | 104 | 5 | 21 | 126 | 77 |
| Binary | 11110010 | 1111101 | 1001101 | 0 | 110000 | 1000100 | 101 | 10001 | 1010110 | 111111 |
Color Harmonies of #F27D4D
Complementary color
Monochromatic Colors of #F27D4D
Black with #F27D4D
Text Example
Text Example
White with #F27D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D4D; }
p { color: rgb(242,125,77); }
H1.HeaderClassName
{
color: #F27D4D;
}
.AnyTagClassName
{
color: #F27D4D;
}
</style>
background-color css
<style>
a { background-color: #F27D4D; }
a { background-color: rgb(242,125,77); }
div.DivClassName
{
background-color: #F27D4D;
}
.BgClassName
{
background-color: #F27D4D;
}
</style>
border-color css
<style>
span { border-color: #F27D4D; }
span { border-color: rgb(242,125,77); }
td.TdClassName
{
border-color: #F27D4D;
}
.TagClassName
{
border-color: #F27D4D;
}
</style>