Shades of Crusta #F28852
Tints of Crusta #F28852
RGB
CMYK
RGB Variations
Color information
#F28852 (or 0xF28852) is known color: Crusta. HEX triplet: F2, 88 and 52. RGB value is (242,136,82). Sum of RGB (Red+Green+Blue) = 242+136+82=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F28852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28852 is #0D77AD. Grayscale: #A1A1A1. Windows color (decimal): -882606 or 5409010. OLE color: 5409010.
HSL color Cylindrical-coordinate representation of color #F28852: hue angle of 20.25º 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 #F28852 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 82 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.05 |
| HSL | 20.25º | 0.86% | 0.64% | - |
| HSV(B) | 20.25º | 0.66% | 0.95% | - |
| XYZ | 46.95 | 37.09 | 12.67 | - |
| YUV | 161.54 | 83.12 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 82 | 0 | 0.44 | 0.66 | 0.05 | 20.25 | 0.86 | 0.64 |
| Hex | F2 | 88 | 52 | 0 | 2C | 42 | 5 | 14 | 56 | 40 |
| Octal | 362 | 210 | 122 | 0 | 54 | 102 | 5 | 24 | 126 | 100 |
| Binary | 11110010 | 10001000 | 1010010 | 0 | 101100 | 1000010 | 101 | 10100 | 1010110 | 1000000 |
Color Harmonies of #F28852
Complementary color
Monochromatic Colors of #F28852
Black with #F28852
Text Example
Text Example
White with #F28852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28852; }
p { color: rgb(242,136,82); }
H1.HeaderClassName
{
color: #F28852;
}
.AnyTagClassName
{
color: #F28852;
}
</style>
background-color css
<style>
a { background-color: #F28852; }
a { background-color: rgb(242,136,82); }
div.DivClassName
{
background-color: #F28852;
}
.BgClassName
{
background-color: #F28852;
}
</style>
border-color css
<style>
span { border-color: #F28852; }
span { border-color: rgb(242,136,82); }
td.TdClassName
{
border-color: #F28852;
}
.TagClassName
{
border-color: #F28852;
}
</style>