Shades of Crusta #F28952
Tints of Crusta #F28952
RGB
CMYK
RGB Variations
Color information
#F28952 (or 0xF28952) is known color: Crusta. HEX triplet: F2, 89 and 52. RGB value is (242,137,82). Sum of RGB (Red+Green+Blue) = 242+137+82=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 137 (53.91% from 255 or 29.72% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F28952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28952 is #0D76AD. Grayscale: #A2A2A2. Windows color (decimal): -882350 or 5409266. OLE color: 5409266.
HSL color Cylindrical-coordinate representation of color #F28952: hue angle of 20.62º 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 #F28952 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 82 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.05 |
| HSL | 20.63º | 0.86% | 0.64% | - |
| HSV(B) | 20.63º | 0.66% | 0.95% | - |
| XYZ | 47.09 | 37.38 | 12.72 | - |
| YUV | 162.13 | 82.79 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 82 | 0 | 0.43 | 0.66 | 0.05 | 20.63 | 0.86 | 0.64 |
| Hex | F2 | 89 | 52 | 0 | 2B | 42 | 5 | 15 | 56 | 40 |
| Octal | 362 | 211 | 122 | 0 | 53 | 102 | 5 | 25 | 126 | 100 |
| Binary | 11110010 | 10001001 | 1010010 | 0 | 101011 | 1000010 | 101 | 10101 | 1010110 | 1000000 |
Color Harmonies of #F28952
Complementary color
Monochromatic Colors of #F28952
Black with #F28952
Text Example
Text Example
White with #F28952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28952; }
p { color: rgb(242,137,82); }
H1.HeaderClassName
{
color: #F28952;
}
.AnyTagClassName
{
color: #F28952;
}
</style>
background-color css
<style>
a { background-color: #F28952; }
a { background-color: rgb(242,137,82); }
div.DivClassName
{
background-color: #F28952;
}
.BgClassName
{
background-color: #F28952;
}
</style>
border-color css
<style>
span { border-color: #F28952; }
span { border-color: rgb(242,137,82); }
td.TdClassName
{
border-color: #F28952;
}
.TagClassName
{
border-color: #F28952;
}
</style>