Shades of Crusta #F88D5A
Tints of Crusta #F88D5A
RGB
CMYK
RGB Variations
Color information
#F88D5A (or 0xF88D5A) is known color: Crusta. HEX triplet: F8, 8D and 5A. RGB value is (248,141,90). Sum of RGB (Red+Green+Blue) = 248+141+90=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F88D5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88D5A is #0772A5. Grayscale: #A7A7A7. Windows color (decimal): -488102 or 5934584. OLE color: 5934584.
HSL color Cylindrical-coordinate representation of color #F88D5A: hue angle of 19.37º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F88D5A is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 90 | - |
| CMYK | 0 | 0.43 | 0.64 | 0.03 |
| HSL | 19.37º | 0.92% | 0.66% | - |
| HSV(B) | 19.37º | 0.64% | 0.97% | - |
| XYZ | 50.08 | 39.74 | 14.7 | - |
| YUV | 167.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 90 | 0 | 0.43 | 0.64 | 0.03 | 19.37 | 0.92 | 0.66 |
| Hex | F8 | 8D | 5A | 0 | 2B | 40 | 3 | 13 | 5C | 42 |
| Octal | 370 | 215 | 132 | 0 | 53 | 100 | 3 | 23 | 134 | 102 |
| Binary | 11111000 | 10001101 | 1011010 | 0 | 101011 | 1000000 | 11 | 10011 | 1011100 | 1000010 |
Color Harmonies of #F88D5A
Complementary color
Monochromatic Colors of #F88D5A
Black with #F88D5A
Text Example
Text Example
White with #F88D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88D5A; }
p { color: rgb(248,141,90); }
H1.HeaderClassName
{
color: #F88D5A;
}
.AnyTagClassName
{
color: #F88D5A;
}
</style>
background-color css
<style>
a { background-color: #F88D5A; }
a { background-color: rgb(248,141,90); }
div.DivClassName
{
background-color: #F88D5A;
}
.BgClassName
{
background-color: #F88D5A;
}
</style>
border-color css
<style>
span { border-color: #F88D5A; }
span { border-color: rgb(248,141,90); }
td.TdClassName
{
border-color: #F88D5A;
}
.TagClassName
{
border-color: #F88D5A;
}
</style>