Shades of Crusta #F8825B
Tints of Crusta #F8825B
RGB
CMYK
RGB Variations
Color information
#F8825B (or 0xF8825B) is known color: Crusta. HEX triplet: F8, 82 and 5B. RGB value is (248,130,91). Sum of RGB (Red+Green+Blue) = 248+130+91=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8825B is #077DA4. Grayscale: #A1A1A1. Windows color (decimal): -490917 or 5997304. OLE color: 5997304.
HSL color Cylindrical-coordinate representation of color #F8825B: hue angle of 14.9º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F8825B is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 91 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.03 |
| HSL | 14.9º | 0.92% | 0.66% | - |
| HSV(B) | 14.9º | 0.63% | 0.97% | - |
| XYZ | 48.58 | 36.68 | 14.42 | - |
| YUV | 160.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 91 | 0 | 0.48 | 0.63 | 0.03 | 14.9 | 0.92 | 0.66 |
| Hex | F8 | 82 | 5B | 0 | 30 | 3F | 3 | F | 5C | 42 |
| Octal | 370 | 202 | 133 | 0 | 60 | 77 | 3 | 17 | 134 | 102 |
| Binary | 11111000 | 10000010 | 1011011 | 0 | 110000 | 111111 | 11 | 1111 | 1011100 | 1000010 |
Color Harmonies of #F8825B
Complementary color
Monochromatic Colors of #F8825B
Black with #F8825B
Text Example
Text Example
White with #F8825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8825B; }
p { color: rgb(248,130,91); }
H1.HeaderClassName
{
color: #F8825B;
}
.AnyTagClassName
{
color: #F8825B;
}
</style>
background-color css
<style>
a { background-color: #F8825B; }
a { background-color: rgb(248,130,91); }
div.DivClassName
{
background-color: #F8825B;
}
.BgClassName
{
background-color: #F8825B;
}
</style>
border-color css
<style>
span { border-color: #F8825B; }
span { border-color: rgb(248,130,91); }
td.TdClassName
{
border-color: #F8825B;
}
.TagClassName
{
border-color: #F8825B;
}
</style>