Shades of Crusta #F28C56
Tints of Crusta #F28C56
RGB
CMYK
RGB Variations
Color information
#F28C56 (or 0xF28C56) is known color: Crusta. HEX triplet: F2, 8C and 56. RGB value is (242,140,86). Sum of RGB (Red+Green+Blue) = 242+140+86=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C56 is #0D73A9. Grayscale: #A4A4A4. Windows color (decimal): -881578 or 5672178. OLE color: 5672178.
HSL color Cylindrical-coordinate representation of color #F28C56: hue angle of 20.77º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F28C56 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 86 | - |
| CMYK | 0 | 0.42 | 0.64 | 0.05 |
| HSL | 20.77º | 0.86% | 0.64% | - |
| HSV(B) | 20.77º | 0.64% | 0.95% | - |
| XYZ | 47.68 | 38.31 | 13.68 | - |
| YUV | 164.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 86 | 0 | 0.42 | 0.64 | 0.05 | 20.77 | 0.86 | 0.64 |
| Hex | F2 | 8C | 56 | 0 | 2A | 40 | 5 | 15 | 56 | 40 |
| Octal | 362 | 214 | 126 | 0 | 52 | 100 | 5 | 25 | 126 | 100 |
| Binary | 11110010 | 10001100 | 1010110 | 0 | 101010 | 1000000 | 101 | 10101 | 1010110 | 1000000 |
Color Harmonies of #F28C56
Complementary color
Monochromatic Colors of #F28C56
Black with #F28C56
Text Example
Text Example
White with #F28C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C56; }
p { color: rgb(242,140,86); }
H1.HeaderClassName
{
color: #F28C56;
}
.AnyTagClassName
{
color: #F28C56;
}
</style>
background-color css
<style>
a { background-color: #F28C56; }
a { background-color: rgb(242,140,86); }
div.DivClassName
{
background-color: #F28C56;
}
.BgClassName
{
background-color: #F28C56;
}
</style>
border-color css
<style>
span { border-color: #F28C56; }
span { border-color: rgb(242,140,86); }
td.TdClassName
{
border-color: #F28C56;
}
.TagClassName
{
border-color: #F28C56;
}
</style>