Shades of Crusta #F28454
Tints of Crusta #F28454
RGB
CMYK
RGB Variations
Color information
#F28454 (or 0xF28454) is known color: Crusta. HEX triplet: F2, 84 and 54. RGB value is (242,132,84). Sum of RGB (Red+Green+Blue) = 242+132+84=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 132 (51.95% from 255 or 28.82% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F28454 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28454 is #0D7BAB. Grayscale: #9F9F9F. Windows color (decimal): -883628 or 5539058. OLE color: 5539058.
HSL color Cylindrical-coordinate representation of color #F28454: hue angle of 18.23º 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 #F28454 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 84 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.05 |
| HSL | 18.23º | 0.86% | 0.64% | - |
| HSV(B) | 18.23º | 0.65% | 0.95% | - |
| XYZ | 46.47 | 36.02 | 12.89 | - |
| YUV | 159.42 | 85.44 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 84 | 0 | 0.45 | 0.65 | 0.05 | 18.23 | 0.86 | 0.64 |
| Hex | F2 | 84 | 54 | 0 | 2D | 41 | 5 | 12 | 56 | 40 |
| Octal | 362 | 204 | 124 | 0 | 55 | 101 | 5 | 22 | 126 | 100 |
| Binary | 11110010 | 10000100 | 1010100 | 0 | 101101 | 1000001 | 101 | 10010 | 1010110 | 1000000 |
Color Harmonies of #F28454
Complementary color
Monochromatic Colors of #F28454
Black with #F28454
Text Example
Text Example
White with #F28454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28454; }
p { color: rgb(242,132,84); }
H1.HeaderClassName
{
color: #F28454;
}
.AnyTagClassName
{
color: #F28454;
}
</style>
background-color css
<style>
a { background-color: #F28454; }
a { background-color: rgb(242,132,84); }
div.DivClassName
{
background-color: #F28454;
}
.BgClassName
{
background-color: #F28454;
}
</style>
border-color css
<style>
span { border-color: #F28454; }
span { border-color: rgb(242,132,84); }
td.TdClassName
{
border-color: #F28454;
}
.TagClassName
{
border-color: #F28454;
}
</style>