Shades of Crusta #F28F50
Tints of Crusta #F28F50
RGB
CMYK
RGB Variations
Color information
#F28F50 (or 0xF28F50) is known color: Crusta. HEX triplet: F2, 8F and 50. RGB value is (242,143,80). Sum of RGB (Red+Green+Blue) = 242+143+80=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F50 is #0D70AF. Grayscale: #A5A5A5. Windows color (decimal): -880816 or 5279730. OLE color: 5279730.
HSL color Cylindrical-coordinate representation of color #F28F50: hue angle of 23.33º 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 #F28F50 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 80 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.05 |
| HSL | 23.33º | 0.86% | 0.63% | - |
| HSV(B) | 23.33º | 0.67% | 0.95% | - |
| XYZ | 47.89 | 39.1 | 12.61 | - |
| YUV | 165.42 | 79.8 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 80 | 0 | 0.41 | 0.67 | 0.05 | 23.33 | 0.86 | 0.63 |
| Hex | F2 | 8F | 50 | 0 | 29 | 43 | 5 | 17 | 56 | 3F |
| Octal | 362 | 217 | 120 | 0 | 51 | 103 | 5 | 27 | 126 | 77 |
| Binary | 11110010 | 10001111 | 1010000 | 0 | 101001 | 1000011 | 101 | 10111 | 1010110 | 111111 |
Color Harmonies of #F28F50
Complementary color
Monochromatic Colors of #F28F50
Black with #F28F50
Text Example
Text Example
White with #F28F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F50; }
p { color: rgb(242,143,80); }
H1.HeaderClassName
{
color: #F28F50;
}
.AnyTagClassName
{
color: #F28F50;
}
</style>
background-color css
<style>
a { background-color: #F28F50; }
a { background-color: rgb(242,143,80); }
div.DivClassName
{
background-color: #F28F50;
}
.BgClassName
{
background-color: #F28F50;
}
</style>
border-color css
<style>
span { border-color: #F28F50; }
span { border-color: rgb(242,143,80); }
td.TdClassName
{
border-color: #F28F50;
}
.TagClassName
{
border-color: #F28F50;
}
</style>