Shades of Crusta #F88C4D
Tints of Crusta #F88C4D
RGB
CMYK
RGB Variations
Color information
#F88C4D (or 0xF88C4D) is known color: Crusta. HEX triplet: F8, 8C and 4D. RGB value is (248,140,77). Sum of RGB (Red+Green+Blue) = 248+140+77=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C4D is #0773B2. Grayscale: #A5A5A5. Windows color (decimal): -488371 or 5082360. OLE color: 5082360.
HSL color Cylindrical-coordinate representation of color #F88C4D: hue angle of 22.11º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F88C4D is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 77 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.03 |
| HSL | 22.11º | 0.92% | 0.64% | - |
| HSV(B) | 22.11º | 0.69% | 0.97% | - |
| XYZ | 49.43 | 39.25 | 11.99 | - |
| YUV | 165.11 | 78.28 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 77 | 0 | 0.44 | 0.69 | 0.03 | 22.11 | 0.92 | 0.64 |
| Hex | F8 | 8C | 4D | 0 | 2C | 45 | 3 | 16 | 5C | 40 |
| Octal | 370 | 214 | 115 | 0 | 54 | 105 | 3 | 26 | 134 | 100 |
| Binary | 11111000 | 10001100 | 1001101 | 0 | 101100 | 1000101 | 11 | 10110 | 1011100 | 1000000 |
Color Harmonies of #F88C4D
Complementary color
Monochromatic Colors of #F88C4D
Black with #F88C4D
Text Example
Text Example
White with #F88C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88C4D; }
p { color: rgb(248,140,77); }
H1.HeaderClassName
{
color: #F88C4D;
}
.AnyTagClassName
{
color: #F88C4D;
}
</style>
background-color css
<style>
a { background-color: #F88C4D; }
a { background-color: rgb(248,140,77); }
div.DivClassName
{
background-color: #F88C4D;
}
.BgClassName
{
background-color: #F88C4D;
}
</style>
border-color css
<style>
span { border-color: #F88C4D; }
span { border-color: rgb(248,140,77); }
td.TdClassName
{
border-color: #F88C4D;
}
.TagClassName
{
border-color: #F88C4D;
}
</style>