Shades of Crusta #F8805C
Tints of Crusta #F8805C
RGB
CMYK
RGB Variations
Color information
#F8805C (or 0xF8805C) is known color: Crusta. HEX triplet: F8, 80 and 5C. RGB value is (248,128,92). Sum of RGB (Red+Green+Blue) = 248+128+92=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8805C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8805C is #077FA3. Grayscale: #A0A0A0. Windows color (decimal): -491428 or 6062328. OLE color: 6062328.
HSL color Cylindrical-coordinate representation of color #F8805C: hue angle of 13.85º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8805C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.03 |
| HSL | 13.85º | 0.92% | 0.67% | - |
| HSV(B) | 13.85º | 0.63% | 0.97% | - |
| XYZ | 48.36 | 36.17 | 14.56 | - |
| YUV | 159.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 92 | 0 | 0.48 | 0.63 | 0.03 | 13.85 | 0.92 | 0.67 |
| Hex | F8 | 80 | 5C | 0 | 30 | 3F | 3 | E | 5C | 43 |
| Octal | 370 | 200 | 134 | 0 | 60 | 77 | 3 | 16 | 134 | 103 |
| Binary | 11111000 | 10000000 | 1011100 | 0 | 110000 | 111111 | 11 | 1110 | 1011100 | 1000011 |
Color Harmonies of #F8805C
Complementary color
Monochromatic Colors of #F8805C
Black with #F8805C
Text Example
Text Example
White with #F8805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8805C; }
p { color: rgb(248,128,92); }
H1.HeaderClassName
{
color: #F8805C;
}
.AnyTagClassName
{
color: #F8805C;
}
</style>
background-color css
<style>
a { background-color: #F8805C; }
a { background-color: rgb(248,128,92); }
div.DivClassName
{
background-color: #F8805C;
}
.BgClassName
{
background-color: #F8805C;
}
</style>
border-color css
<style>
span { border-color: #F8805C; }
span { border-color: rgb(248,128,92); }
td.TdClassName
{
border-color: #F8805C;
}
.TagClassName
{
border-color: #F8805C;
}
</style>