Shades of Crusta #F28964
Tints of Crusta #F28964
RGB
CMYK
RGB Variations
Color information
#F28964 (or 0xF28964) is known color: Crusta. HEX triplet: F2, 89 and 64. RGB value is (242,137,100). Sum of RGB (Red+Green+Blue) = 242+137+100=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F28964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28964 is #0D769B. Grayscale: #A4A4A4. Windows color (decimal): -882332 or 6588914. OLE color: 6588914.
HSL color Cylindrical-coordinate representation of color #F28964: hue angle of 15.63º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F28964 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 100 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.05 |
| HSL | 15.63º | 0.85% | 0.67% | - |
| HSV(B) | 15.63º | 0.59% | 0.95% | - |
| XYZ | 47.86 | 37.69 | 16.81 | - |
| YUV | 164.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 100 | 0 | 0.43 | 0.59 | 0.05 | 15.63 | 0.85 | 0.67 |
| Hex | F2 | 89 | 64 | 0 | 2B | 3B | 5 | 10 | 55 | 43 |
| Octal | 362 | 211 | 144 | 0 | 53 | 73 | 5 | 20 | 125 | 103 |
| Binary | 11110010 | 10001001 | 1100100 | 0 | 101011 | 111011 | 101 | 10000 | 1010101 | 1000011 |
Color Harmonies of #F28964
Complementary color
Monochromatic Colors of #F28964
Black with #F28964
Text Example
Text Example
White with #F28964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28964; }
p { color: rgb(242,137,100); }
H1.HeaderClassName
{
color: #F28964;
}
.AnyTagClassName
{
color: #F28964;
}
</style>
background-color css
<style>
a { background-color: #F28964; }
a { background-color: rgb(242,137,100); }
div.DivClassName
{
background-color: #F28964;
}
.BgClassName
{
background-color: #F28964;
}
</style>
border-color css
<style>
span { border-color: #F28964; }
span { border-color: rgb(242,137,100); }
td.TdClassName
{
border-color: #F28964;
}
.TagClassName
{
border-color: #F28964;
}
</style>