Shades of Crusta #F28B5B
Tints of Crusta #F28B5B
RGB
CMYK
RGB Variations
Color information
#F28B5B (or 0xF28B5B) is known color: Crusta. HEX triplet: F2, 8B and 5B. RGB value is (242,139,91). Sum of RGB (Red+Green+Blue) = 242+139+91=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B5B is #0D74A4. Grayscale: #A4A4A4. Windows color (decimal): -881829 or 5999602. OLE color: 5999602.
HSL color Cylindrical-coordinate representation of color #F28B5B: hue angle of 19.07º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F28B5B is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 91 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.05 |
| HSL | 19.07º | 0.85% | 0.65% | - |
| HSV(B) | 19.07º | 0.62% | 0.95% | - |
| XYZ | 47.74 | 38.1 | 14.74 | - |
| YUV | 164.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 91 | 0 | 0.43 | 0.62 | 0.05 | 19.07 | 0.85 | 0.65 |
| Hex | F2 | 8B | 5B | 0 | 2B | 3E | 5 | 13 | 55 | 41 |
| Octal | 362 | 213 | 133 | 0 | 53 | 76 | 5 | 23 | 125 | 101 |
| Binary | 11110010 | 10001011 | 1011011 | 0 | 101011 | 111110 | 101 | 10011 | 1010101 | 1000001 |
Color Harmonies of #F28B5B
Complementary color
Monochromatic Colors of #F28B5B
Black with #F28B5B
Text Example
Text Example
White with #F28B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B5B; }
p { color: rgb(242,139,91); }
H1.HeaderClassName
{
color: #F28B5B;
}
.AnyTagClassName
{
color: #F28B5B;
}
</style>
background-color css
<style>
a { background-color: #F28B5B; }
a { background-color: rgb(242,139,91); }
div.DivClassName
{
background-color: #F28B5B;
}
.BgClassName
{
background-color: #F28B5B;
}
</style>
border-color css
<style>
span { border-color: #F28B5B; }
span { border-color: rgb(242,139,91); }
td.TdClassName
{
border-color: #F28B5B;
}
.TagClassName
{
border-color: #F28B5B;
}
</style>