Shades of Crusta #F28955
Tints of Crusta #F28955
RGB
CMYK
RGB Variations
Color information
#F28955 (or 0xF28955) is known color: Crusta. HEX triplet: F2, 89 and 55. RGB value is (242,137,85). Sum of RGB (Red+Green+Blue) = 242+137+85=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 137 (53.91% from 255 or 29.53% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28955 is #0D76AA. Grayscale: #A2A2A2. Windows color (decimal): -882347 or 5605874. OLE color: 5605874.
HSL color Cylindrical-coordinate representation of color #F28955: hue angle of 19.87º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F28955 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 85 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.05 |
| HSL | 19.87º | 0.86% | 0.64% | - |
| HSV(B) | 19.87º | 0.65% | 0.95% | - |
| XYZ | 47.2 | 37.42 | 13.33 | - |
| YUV | 162.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 85 | 0 | 0.43 | 0.65 | 0.05 | 19.87 | 0.86 | 0.64 |
| Hex | F2 | 89 | 55 | 0 | 2B | 41 | 5 | 14 | 56 | 40 |
| Octal | 362 | 211 | 125 | 0 | 53 | 101 | 5 | 24 | 126 | 100 |
| Binary | 11110010 | 10001001 | 1010101 | 0 | 101011 | 1000001 | 101 | 10100 | 1010110 | 1000000 |
Color Harmonies of #F28955
Complementary color
Monochromatic Colors of #F28955
Black with #F28955
Text Example
Text Example
White with #F28955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28955; }
p { color: rgb(242,137,85); }
H1.HeaderClassName
{
color: #F28955;
}
.AnyTagClassName
{
color: #F28955;
}
</style>
background-color css
<style>
a { background-color: #F28955; }
a { background-color: rgb(242,137,85); }
div.DivClassName
{
background-color: #F28955;
}
.BgClassName
{
background-color: #F28955;
}
</style>
border-color css
<style>
span { border-color: #F28955; }
span { border-color: rgb(242,137,85); }
td.TdClassName
{
border-color: #F28955;
}
.TagClassName
{
border-color: #F28955;
}
</style>