Shades of Crusta #F8825C
Tints of Crusta #F8825C
RGB
CMYK
RGB Variations
Color information
#F8825C (or 0xF8825C) is known color: Crusta. HEX triplet: F8, 82 and 5C. RGB value is (248,130,92). Sum of RGB (Red+Green+Blue) = 248+130+92=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F8825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8825C is #077DA3. Grayscale: #A1A1A1. Windows color (decimal): -490916 or 6062840. OLE color: 6062840.
HSL color Cylindrical-coordinate representation of color #F8825C: hue angle of 14.62º 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 #F8825C is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 92 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.03 |
| HSL | 14.62º | 0.92% | 0.67% | - |
| HSV(B) | 14.62º | 0.63% | 0.97% | - |
| XYZ | 48.63 | 36.69 | 14.65 | - |
| YUV | 160.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 92 | 0 | 0.48 | 0.63 | 0.03 | 14.62 | 0.92 | 0.67 |
| Hex | F8 | 82 | 5C | 0 | 30 | 3F | 3 | F | 5C | 43 |
| Octal | 370 | 202 | 134 | 0 | 60 | 77 | 3 | 17 | 134 | 103 |
| Binary | 11111000 | 10000010 | 1011100 | 0 | 110000 | 111111 | 11 | 1111 | 1011100 | 1000011 |
Color Harmonies of #F8825C
Complementary color
Monochromatic Colors of #F8825C
Black with #F8825C
Text Example
Text Example
White with #F8825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8825C; }
p { color: rgb(248,130,92); }
H1.HeaderClassName
{
color: #F8825C;
}
.AnyTagClassName
{
color: #F8825C;
}
</style>
background-color css
<style>
a { background-color: #F8825C; }
a { background-color: rgb(248,130,92); }
div.DivClassName
{
background-color: #F8825C;
}
.BgClassName
{
background-color: #F8825C;
}
</style>
border-color css
<style>
span { border-color: #F8825C; }
span { border-color: rgb(248,130,92); }
td.TdClassName
{
border-color: #F8825C;
}
.TagClassName
{
border-color: #F8825C;
}
</style>