Shades of Crusta #F28B53
Tints of Crusta #F28B53
RGB
CMYK
RGB Variations
Color information
#F28B53 (or 0xF28B53) is known color: Crusta. HEX triplet: F2, 8B and 53. RGB value is (242,139,83). Sum of RGB (Red+Green+Blue) = 242+139+83=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B53 is #0D74AC. Grayscale: #A3A3A3. Windows color (decimal): -881837 or 5475314. OLE color: 5475314.
HSL color Cylindrical-coordinate representation of color #F28B53: hue angle of 21.13º 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 #F28B53 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 83 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.05 |
| HSL | 21.13º | 0.86% | 0.64% | - |
| HSV(B) | 21.13º | 0.66% | 0.95% | - |
| XYZ | 47.41 | 37.97 | 13.01 | - |
| YUV | 163.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 83 | 0 | 0.43 | 0.66 | 0.05 | 21.13 | 0.86 | 0.64 |
| Hex | F2 | 8B | 53 | 0 | 2B | 42 | 5 | 15 | 56 | 40 |
| Octal | 362 | 213 | 123 | 0 | 53 | 102 | 5 | 25 | 126 | 100 |
| Binary | 11110010 | 10001011 | 1010011 | 0 | 101011 | 1000010 | 101 | 10101 | 1010110 | 1000000 |
Color Harmonies of #F28B53
Complementary color
Monochromatic Colors of #F28B53
Black with #F28B53
Text Example
Text Example
White with #F28B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B53; }
p { color: rgb(242,139,83); }
H1.HeaderClassName
{
color: #F28B53;
}
.AnyTagClassName
{
color: #F28B53;
}
</style>
background-color css
<style>
a { background-color: #F28B53; }
a { background-color: rgb(242,139,83); }
div.DivClassName
{
background-color: #F28B53;
}
.BgClassName
{
background-color: #F28B53;
}
</style>
border-color css
<style>
span { border-color: #F28B53; }
span { border-color: rgb(242,139,83); }
td.TdClassName
{
border-color: #F28B53;
}
.TagClassName
{
border-color: #F28B53;
}
</style>