Shades of Crusta #F28B5D
Tints of Crusta #F28B5D
RGB
CMYK
RGB Variations
Color information
#F28B5D (or 0xF28B5D) is known color: Crusta. HEX triplet: F2, 8B and 5D. RGB value is (242,139,93). Sum of RGB (Red+Green+Blue) = 242+139+93=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B5D is #0D74A2. Grayscale: #A4A4A4. Windows color (decimal): -881827 or 6130674. OLE color: 6130674.
HSL color Cylindrical-coordinate representation of color #F28B5D: hue angle of 18.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F28B5D is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 93 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.05 |
| HSL | 18.52º | 0.85% | 0.66% | - |
| HSV(B) | 18.52º | 0.62% | 0.95% | - |
| XYZ | 47.83 | 38.13 | 15.2 | - |
| YUV | 164.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 93 | 0 | 0.43 | 0.62 | 0.05 | 18.52 | 0.85 | 0.66 |
| Hex | F2 | 8B | 5D | 0 | 2B | 3E | 5 | 13 | 55 | 42 |
| Octal | 362 | 213 | 135 | 0 | 53 | 76 | 5 | 23 | 125 | 102 |
| Binary | 11110010 | 10001011 | 1011101 | 0 | 101011 | 111110 | 101 | 10011 | 1010101 | 1000010 |
Color Harmonies of #F28B5D
Complementary color
Monochromatic Colors of #F28B5D
Black with #F28B5D
Text Example
Text Example
White with #F28B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B5D; }
p { color: rgb(242,139,93); }
H1.HeaderClassName
{
color: #F28B5D;
}
.AnyTagClassName
{
color: #F28B5D;
}
</style>
background-color css
<style>
a { background-color: #F28B5D; }
a { background-color: rgb(242,139,93); }
div.DivClassName
{
background-color: #F28B5D;
}
.BgClassName
{
background-color: #F28B5D;
}
</style>
border-color css
<style>
span { border-color: #F28B5D; }
span { border-color: rgb(242,139,93); }
td.TdClassName
{
border-color: #F28B5D;
}
.TagClassName
{
border-color: #F28B5D;
}
</style>