Shades of Crusta #F28C5B
Tints of Crusta #F28C5B
RGB
CMYK
RGB Variations
Color information
#F28C5B (or 0xF28C5B) is known color: Crusta. HEX triplet: F2, 8C and 5B. RGB value is (242,140,91). Sum of RGB (Red+Green+Blue) = 242+140+91=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C5B is #0D73A4. Grayscale: #A5A5A5. Windows color (decimal): -881573 or 5999858. OLE color: 5999858.
HSL color Cylindrical-coordinate representation of color #F28C5B: hue angle of 19.47º 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 #F28C5B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 91 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.05 |
| HSL | 19.47º | 0.85% | 0.65% | - |
| HSV(B) | 19.47º | 0.62% | 0.95% | - |
| XYZ | 47.88 | 38.39 | 14.78 | - |
| YUV | 164.91 | 86.29 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 91 | 0 | 0.42 | 0.62 | 0.05 | 19.47 | 0.85 | 0.65 |
| Hex | F2 | 8C | 5B | 0 | 2A | 3E | 5 | 13 | 55 | 41 |
| Octal | 362 | 214 | 133 | 0 | 52 | 76 | 5 | 23 | 125 | 101 |
| Binary | 11110010 | 10001100 | 1011011 | 0 | 101010 | 111110 | 101 | 10011 | 1010101 | 1000001 |
Color Harmonies of #F28C5B
Complementary color
Monochromatic Colors of #F28C5B
Black with #F28C5B
Text Example
Text Example
White with #F28C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C5B; }
p { color: rgb(242,140,91); }
H1.HeaderClassName
{
color: #F28C5B;
}
.AnyTagClassName
{
color: #F28C5B;
}
</style>
background-color css
<style>
a { background-color: #F28C5B; }
a { background-color: rgb(242,140,91); }
div.DivClassName
{
background-color: #F28C5B;
}
.BgClassName
{
background-color: #F28C5B;
}
</style>
border-color css
<style>
span { border-color: #F28C5B; }
span { border-color: rgb(242,140,91); }
td.TdClassName
{
border-color: #F28C5B;
}
.TagClassName
{
border-color: #F28C5B;
}
</style>