Shades of Crusta #F28D4D
Tints of Crusta #F28D4D
RGB
CMYK
RGB Variations
Color information
#F28D4D (or 0xF28D4D) is known color: Crusta. HEX triplet: F2, 8D and 4D. RGB value is (242,141,77). Sum of RGB (Red+Green+Blue) = 242+141+77=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D4D is #0D72B2. Grayscale: #A4A4A4. Windows color (decimal): -881331 or 5082610. OLE color: 5082610.
HSL color Cylindrical-coordinate representation of color #F28D4D: hue angle of 23.27º 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 #F28D4D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 77 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.05 |
| HSL | 23.27º | 0.86% | 0.63% | - |
| HSV(B) | 23.27º | 0.68% | 0.95% | - |
| XYZ | 47.48 | 38.46 | 11.94 | - |
| YUV | 163.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 77 | 0 | 0.42 | 0.68 | 0.05 | 23.27 | 0.86 | 0.63 |
| Hex | F2 | 8D | 4D | 0 | 2A | 44 | 5 | 17 | 56 | 3F |
| Octal | 362 | 215 | 115 | 0 | 52 | 104 | 5 | 27 | 126 | 77 |
| Binary | 11110010 | 10001101 | 1001101 | 0 | 101010 | 1000100 | 101 | 10111 | 1010110 | 111111 |
Color Harmonies of #F28D4D
Complementary color
Monochromatic Colors of #F28D4D
Black with #F28D4D
Text Example
Text Example
White with #F28D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D4D; }
p { color: rgb(242,141,77); }
H1.HeaderClassName
{
color: #F28D4D;
}
.AnyTagClassName
{
color: #F28D4D;
}
</style>
background-color css
<style>
a { background-color: #F28D4D; }
a { background-color: rgb(242,141,77); }
div.DivClassName
{
background-color: #F28D4D;
}
.BgClassName
{
background-color: #F28D4D;
}
</style>
border-color css
<style>
span { border-color: #F28D4D; }
span { border-color: rgb(242,141,77); }
td.TdClassName
{
border-color: #F28D4D;
}
.TagClassName
{
border-color: #F28D4D;
}
</style>