Shades of Crusta #F28F52
Tints of Crusta #F28F52
RGB
CMYK
RGB Variations
Color information
#F28F52 (or 0xF28F52) is known color: Crusta. HEX triplet: F2, 8F and 52. RGB value is (242,143,82). Sum of RGB (Red+Green+Blue) = 242+143+82=467 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.82% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F52 is #0D70AD. Grayscale: #A5A5A5. Windows color (decimal): -880814 or 5410802. OLE color: 5410802.
HSL color Cylindrical-coordinate representation of color #F28F52: hue angle of 22.88º 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 #F28F52 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 143 | 82 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.05 |
| HSL | 22.88º | 0.86% | 0.64% | - |
| HSV(B) | 22.88º | 0.66% | 0.95% | - |
| XYZ | 47.96 | 39.13 | 13.01 | - |
| YUV | 165.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 143 | 82 | 0 | 0.41 | 0.66 | 0.05 | 22.88 | 0.86 | 0.64 |
| Hex | F2 | 8F | 52 | 0 | 29 | 42 | 5 | 17 | 56 | 40 |
| Octal | 362 | 217 | 122 | 0 | 51 | 102 | 5 | 27 | 126 | 100 |
| Binary | 11110010 | 10001111 | 1010010 | 0 | 101001 | 1000010 | 101 | 10111 | 1010110 | 1000000 |
Color Harmonies of #F28F52
Complementary color
Monochromatic Colors of #F28F52
Black with #F28F52
Text Example
Text Example
White with #F28F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28F52; }
p { color: rgb(242,143,82); }
H1.HeaderClassName
{
color: #F28F52;
}
.AnyTagClassName
{
color: #F28F52;
}
</style>
background-color css
<style>
a { background-color: #F28F52; }
a { background-color: rgb(242,143,82); }
div.DivClassName
{
background-color: #F28F52;
}
.BgClassName
{
background-color: #F28F52;
}
</style>
border-color css
<style>
span { border-color: #F28F52; }
span { border-color: rgb(242,143,82); }
td.TdClassName
{
border-color: #F28F52;
}
.TagClassName
{
border-color: #F28F52;
}
</style>