Shades of Crusta #F27D50
Tints of Crusta #F27D50
RGB
CMYK
RGB Variations
Color information
#F27D50 (or 0xF27D50) is known color: Crusta. HEX triplet: F2, 7D and 50. RGB value is (242,125,80). Sum of RGB (Red+Green+Blue) = 242+125+80=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D50 is #0D82AF. Grayscale: #9B9B9B. Windows color (decimal): -885424 or 5275122. OLE color: 5275122.
HSL color Cylindrical-coordinate representation of color #F27D50: hue angle of 16.67º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F27D50 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 80 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.05 |
| HSL | 16.67º | 0.86% | 0.63% | - |
| HSV(B) | 16.67º | 0.67% | 0.95% | - |
| XYZ | 45.4 | 34.12 | 11.78 | - |
| YUV | 154.85 | 85.76 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 80 | 0 | 0.48 | 0.67 | 0.05 | 16.67 | 0.86 | 0.63 |
| Hex | F2 | 7D | 50 | 0 | 30 | 43 | 5 | 11 | 56 | 3F |
| Octal | 362 | 175 | 120 | 0 | 60 | 103 | 5 | 21 | 126 | 77 |
| Binary | 11110010 | 1111101 | 1010000 | 0 | 110000 | 1000011 | 101 | 10001 | 1010110 | 111111 |
Color Harmonies of #F27D50
Complementary color
Monochromatic Colors of #F27D50
Black with #F27D50
Text Example
Text Example
White with #F27D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27D50; }
p { color: rgb(242,125,80); }
H1.HeaderClassName
{
color: #F27D50;
}
.AnyTagClassName
{
color: #F27D50;
}
</style>
background-color css
<style>
a { background-color: #F27D50; }
a { background-color: rgb(242,125,80); }
div.DivClassName
{
background-color: #F27D50;
}
.BgClassName
{
background-color: #F27D50;
}
</style>
border-color css
<style>
span { border-color: #F27D50; }
span { border-color: rgb(242,125,80); }
td.TdClassName
{
border-color: #F27D50;
}
.TagClassName
{
border-color: #F27D50;
}
</style>