Shades of Crusta #F28D52
Tints of Crusta #F28D52
RGB
CMYK
RGB Variations
Color information
#F28D52 (or 0xF28D52) is known color: Crusta. HEX triplet: F2, 8D and 52. RGB value is (242,141,82). Sum of RGB (Red+Green+Blue) = 242+141+82=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28D52 is #0D72AD. Grayscale: #A4A4A4. Windows color (decimal): -881326 or 5410290. OLE color: 5410290.
HSL color Cylindrical-coordinate representation of color #F28D52: hue angle of 22.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F28D52 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 141 | 82 | - |
| CMYK | 0 | 0.42 | 0.66 | 0.05 |
| HSL | 22.13º | 0.86% | 0.64% | - |
| HSV(B) | 22.13º | 0.66% | 0.95% | - |
| XYZ | 47.67 | 38.54 | 12.91 | - |
| YUV | 164.47 | 81.46 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 141 | 82 | 0 | 0.42 | 0.66 | 0.05 | 22.13 | 0.86 | 0.64 |
| Hex | F2 | 8D | 52 | 0 | 2A | 42 | 5 | 16 | 56 | 40 |
| Octal | 362 | 215 | 122 | 0 | 52 | 102 | 5 | 26 | 126 | 100 |
| Binary | 11110010 | 10001101 | 1010010 | 0 | 101010 | 1000010 | 101 | 10110 | 1010110 | 1000000 |
Color Harmonies of #F28D52
Complementary color
Monochromatic Colors of #F28D52
Black with #F28D52
Text Example
Text Example
White with #F28D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28D52; }
p { color: rgb(242,141,82); }
H1.HeaderClassName
{
color: #F28D52;
}
.AnyTagClassName
{
color: #F28D52;
}
</style>
background-color css
<style>
a { background-color: #F28D52; }
a { background-color: rgb(242,141,82); }
div.DivClassName
{
background-color: #F28D52;
}
.BgClassName
{
background-color: #F28D52;
}
</style>
border-color css
<style>
span { border-color: #F28D52; }
span { border-color: rgb(242,141,82); }
td.TdClassName
{
border-color: #F28D52;
}
.TagClassName
{
border-color: #F28D52;
}
</style>