Shades of Crusta #F28255
Tints of Crusta #F28255
RGB
CMYK
RGB Variations
Color information
#F28255 (or 0xF28255) is known color: Crusta. HEX triplet: F2, 82 and 55. RGB value is (242,130,85). Sum of RGB (Red+Green+Blue) = 242+130+85=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F28255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28255 is #0D7DAA. Grayscale: #9E9E9E. Windows color (decimal): -884139 or 5604082. OLE color: 5604082.
HSL color Cylindrical-coordinate representation of color #F28255: hue angle of 17.2º 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 #F28255 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 85 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.05 |
| HSL | 17.2º | 0.86% | 0.64% | - |
| HSV(B) | 17.2º | 0.65% | 0.95% | - |
| XYZ | 46.24 | 35.5 | 13.01 | - |
| YUV | 158.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 85 | 0 | 0.46 | 0.65 | 0.05 | 17.2 | 0.86 | 0.64 |
| Hex | F2 | 82 | 55 | 0 | 2E | 41 | 5 | 11 | 56 | 40 |
| Octal | 362 | 202 | 125 | 0 | 56 | 101 | 5 | 21 | 126 | 100 |
| Binary | 11110010 | 10000010 | 1010101 | 0 | 101110 | 1000001 | 101 | 10001 | 1010110 | 1000000 |
Color Harmonies of #F28255
Complementary color
Monochromatic Colors of #F28255
Black with #F28255
Text Example
Text Example
White with #F28255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28255; }
p { color: rgb(242,130,85); }
H1.HeaderClassName
{
color: #F28255;
}
.AnyTagClassName
{
color: #F28255;
}
</style>
background-color css
<style>
a { background-color: #F28255; }
a { background-color: rgb(242,130,85); }
div.DivClassName
{
background-color: #F28255;
}
.BgClassName
{
background-color: #F28255;
}
</style>
border-color css
<style>
span { border-color: #F28255; }
span { border-color: rgb(242,130,85); }
td.TdClassName
{
border-color: #F28255;
}
.TagClassName
{
border-color: #F28255;
}
</style>