Shades of Crusta #F28B5E
Tints of Crusta #F28B5E
RGB
CMYK
RGB Variations
Color information
#F28B5E (or 0xF28B5E) is known color: Crusta. HEX triplet: F2, 8B and 5E. RGB value is (242,139,94). Sum of RGB (Red+Green+Blue) = 242+139+94=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 94 (37.11% from 255 or 19.79% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B5E is #0D74A1. Grayscale: #A4A4A4. Windows color (decimal): -881826 or 6196210. OLE color: 6196210.
HSL color Cylindrical-coordinate representation of color #F28B5E: hue angle of 18.24º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F28B5E is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 94 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.05 |
| HSL | 18.24º | 0.85% | 0.66% | - |
| HSV(B) | 18.24º | 0.61% | 0.95% | - |
| XYZ | 47.87 | 38.15 | 15.43 | - |
| YUV | 164.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 94 | 0 | 0.43 | 0.61 | 0.05 | 18.24 | 0.85 | 0.66 |
| Hex | F2 | 8B | 5E | 0 | 2B | 3D | 5 | 12 | 55 | 42 |
| Octal | 362 | 213 | 136 | 0 | 53 | 75 | 5 | 22 | 125 | 102 |
| Binary | 11110010 | 10001011 | 1011110 | 0 | 101011 | 111101 | 101 | 10010 | 1010101 | 1000010 |
Color Harmonies of #F28B5E
Complementary color
Monochromatic Colors of #F28B5E
Black with #F28B5E
Text Example
Text Example
White with #F28B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B5E; }
p { color: rgb(242,139,94); }
H1.HeaderClassName
{
color: #F28B5E;
}
.AnyTagClassName
{
color: #F28B5E;
}
</style>
background-color css
<style>
a { background-color: #F28B5E; }
a { background-color: rgb(242,139,94); }
div.DivClassName
{
background-color: #F28B5E;
}
.BgClassName
{
background-color: #F28B5E;
}
</style>
border-color css
<style>
span { border-color: #F28B5E; }
span { border-color: rgb(242,139,94); }
td.TdClassName
{
border-color: #F28B5E;
}
.TagClassName
{
border-color: #F28B5E;
}
</style>