Shades of Crusta #F28D5E
Tints of Crusta #F28D5E
RGB
CMYK
RGB Variations
Color information
#F28D5E (or 0xF28D5E) is known color: Crusta. HEX triplet: F2, 8D and 5E. RGB value is (242,141,94). Sum of RGB (Red+Green+Blue) = 242+141+94=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D5E is #0D72A1. Grayscale: #A6A6A6. Windows color (decimal): -881314 or 6196722. OLE color: 6196722.
HSL color Cylindrical-coordinate representation of color #F28D5E: hue angle of 19.05º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F28D5E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 94 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.05 |
| HSL | 19.05º | 0.85% | 0.66% | - |
| HSV(B) | 19.05º | 0.61% | 0.95% | - |
| XYZ | 48.16 | 38.74 | 15.53 | - |
| YUV | 165.84 | 87.46 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 94 | 0 | 0.42 | 0.61 | 0.05 | 19.05 | 0.85 | 0.66 |
| Hex | F2 | 8D | 5E | 0 | 2A | 3D | 5 | 13 | 55 | 42 |
| Octal | 362 | 215 | 136 | 0 | 52 | 75 | 5 | 23 | 125 | 102 |
| Binary | 11110010 | 10001101 | 1011110 | 0 | 101010 | 111101 | 101 | 10011 | 1010101 | 1000010 |
Color Harmonies of #F28D5E
Complementary color
Monochromatic Colors of #F28D5E
Black with #F28D5E
Text Example
Text Example
White with #F28D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D5E; }
p { color: rgb(242,141,94); }
H1.HeaderClassName
{
color: #F28D5E;
}
.AnyTagClassName
{
color: #F28D5E;
}
</style>
background-color css
<style>
a { background-color: #F28D5E; }
a { background-color: rgb(242,141,94); }
div.DivClassName
{
background-color: #F28D5E;
}
.BgClassName
{
background-color: #F28D5E;
}
</style>
border-color css
<style>
span { border-color: #F28D5E; }
span { border-color: rgb(242,141,94); }
td.TdClassName
{
border-color: #F28D5E;
}
.TagClassName
{
border-color: #F28D5E;
}
</style>