Shades of Crusta #F8825D
Tints of Crusta #F8825D
RGB
CMYK
RGB Variations
Color information
#F8825D (or 0xF8825D) is known color: Crusta. HEX triplet: F8, 82 and 5D. RGB value is (248,130,93). Sum of RGB (Red+Green+Blue) = 248+130+93=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8825D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8825D is #077DA2. Grayscale: #A1A1A1. Windows color (decimal): -490915 or 6128376. OLE color: 6128376.
HSL color Cylindrical-coordinate representation of color #F8825D: hue angle of 14.32º 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 #F8825D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 93 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.03 |
| HSL | 14.32º | 0.92% | 0.67% | - |
| HSV(B) | 14.32º | 0.63% | 0.97% | - |
| XYZ | 48.67 | 36.71 | 14.88 | - |
| YUV | 161.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 93 | 0 | 0.48 | 0.62 | 0.03 | 14.32 | 0.92 | 0.67 |
| Hex | F8 | 82 | 5D | 0 | 30 | 3E | 3 | E | 5C | 43 |
| Octal | 370 | 202 | 135 | 0 | 60 | 76 | 3 | 16 | 134 | 103 |
| Binary | 11111000 | 10000010 | 1011101 | 0 | 110000 | 111110 | 11 | 1110 | 1011100 | 1000011 |
Color Harmonies of #F8825D
Complementary color
Monochromatic Colors of #F8825D
Black with #F8825D
Text Example
Text Example
White with #F8825D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8825D; }
p { color: rgb(248,130,93); }
H1.HeaderClassName
{
color: #F8825D;
}
.AnyTagClassName
{
color: #F8825D;
}
</style>
background-color css
<style>
a { background-color: #F8825D; }
a { background-color: rgb(248,130,93); }
div.DivClassName
{
background-color: #F8825D;
}
.BgClassName
{
background-color: #F8825D;
}
</style>
border-color css
<style>
span { border-color: #F8825D; }
span { border-color: rgb(248,130,93); }
td.TdClassName
{
border-color: #F8825D;
}
.TagClassName
{
border-color: #F8825D;
}
</style>