Shades of Crusta #F28B5C
Tints of Crusta #F28B5C
RGB
CMYK
RGB Variations
Color information
#F28B5C (or 0xF28B5C) is known color: Crusta. HEX triplet: F2, 8B and 5C. RGB value is (242,139,92). Sum of RGB (Red+Green+Blue) = 242+139+92=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B5C is #0D74A3. Grayscale: #A4A4A4. Windows color (decimal): -881828 or 6065138. OLE color: 6065138.
HSL color Cylindrical-coordinate representation of color #F28B5C: hue angle of 18.8º 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 #F28B5C is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 92 | - |
| CMYK | 0 | 0.43 | 0.62 | 0.05 |
| HSL | 18.8º | 0.85% | 0.65% | - |
| HSV(B) | 18.8º | 0.62% | 0.95% | - |
| XYZ | 47.78 | 38.12 | 14.96 | - |
| YUV | 164.44 | 87.12 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 92 | 0 | 0.43 | 0.62 | 0.05 | 18.8 | 0.85 | 0.65 |
| Hex | F2 | 8B | 5C | 0 | 2B | 3E | 5 | 13 | 55 | 41 |
| Octal | 362 | 213 | 134 | 0 | 53 | 76 | 5 | 23 | 125 | 101 |
| Binary | 11110010 | 10001011 | 1011100 | 0 | 101011 | 111110 | 101 | 10011 | 1010101 | 1000001 |
Color Harmonies of #F28B5C
Complementary color
Monochromatic Colors of #F28B5C
Black with #F28B5C
Text Example
Text Example
White with #F28B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B5C; }
p { color: rgb(242,139,92); }
H1.HeaderClassName
{
color: #F28B5C;
}
.AnyTagClassName
{
color: #F28B5C;
}
</style>
background-color css
<style>
a { background-color: #F28B5C; }
a { background-color: rgb(242,139,92); }
div.DivClassName
{
background-color: #F28B5C;
}
.BgClassName
{
background-color: #F28B5C;
}
</style>
border-color css
<style>
span { border-color: #F28B5C; }
span { border-color: rgb(242,139,92); }
td.TdClassName
{
border-color: #F28B5C;
}
.TagClassName
{
border-color: #F28B5C;
}
</style>