Shades of Crusta #F8805F
Tints of Crusta #F8805F
RGB
CMYK
RGB Variations
Color information
#F8805F (or 0xF8805F) is known color: Crusta. HEX triplet: F8, 80 and 5F. RGB value is (248,128,95). Sum of RGB (Red+Green+Blue) = 248+128+95=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8805F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8805F is #077FA0. Grayscale: #A0A0A0. Windows color (decimal): -491425 or 6258936. OLE color: 6258936.
HSL color Cylindrical-coordinate representation of color #F8805F: hue angle of 12.94º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F8805F is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 95 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.03 |
| HSL | 12.94º | 0.92% | 0.67% | - |
| HSV(B) | 12.94º | 0.62% | 0.97% | - |
| XYZ | 48.5 | 36.22 | 15.26 | - |
| YUV | 160.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 95 | 0 | 0.48 | 0.62 | 0.03 | 12.94 | 0.92 | 0.67 |
| Hex | F8 | 80 | 5F | 0 | 30 | 3E | 3 | D | 5C | 43 |
| Octal | 370 | 200 | 137 | 0 | 60 | 76 | 3 | 15 | 134 | 103 |
| Binary | 11111000 | 10000000 | 1011111 | 0 | 110000 | 111110 | 11 | 1101 | 1011100 | 1000011 |
Color Harmonies of #F8805F
Complementary color
Monochromatic Colors of #F8805F
Black with #F8805F
Text Example
Text Example
White with #F8805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8805F; }
p { color: rgb(248,128,95); }
H1.HeaderClassName
{
color: #F8805F;
}
.AnyTagClassName
{
color: #F8805F;
}
</style>
background-color css
<style>
a { background-color: #F8805F; }
a { background-color: rgb(248,128,95); }
div.DivClassName
{
background-color: #F8805F;
}
.BgClassName
{
background-color: #F8805F;
}
</style>
border-color css
<style>
span { border-color: #F8805F; }
span { border-color: rgb(248,128,95); }
td.TdClassName
{
border-color: #F8805F;
}
.TagClassName
{
border-color: #F8805F;
}
</style>