Shades of Crusta #F8834D
Tints of Crusta #F8834D
RGB
CMYK
RGB Variations
Color information
#F8834D (or 0xF8834D) is known color: Crusta. HEX triplet: F8, 83 and 4D. RGB value is (248,131,77). Sum of RGB (Red+Green+Blue) = 248+131+77=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8834D is #077CB2. Grayscale: #A0A0A0. Windows color (decimal): -490675 or 5080056. OLE color: 5080056.
HSL color Cylindrical-coordinate representation of color #F8834D: hue angle of 18.95º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F8834D is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 77 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.03 |
| HSL | 18.95º | 0.92% | 0.64% | - |
| HSV(B) | 18.95º | 0.69% | 0.97% | - |
| XYZ | 48.17 | 36.72 | 11.57 | - |
| YUV | 159.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 77 | 0 | 0.47 | 0.69 | 0.03 | 18.95 | 0.92 | 0.64 |
| Hex | F8 | 83 | 4D | 0 | 2F | 45 | 3 | 13 | 5C | 40 |
| Octal | 370 | 203 | 115 | 0 | 57 | 105 | 3 | 23 | 134 | 100 |
| Binary | 11111000 | 10000011 | 1001101 | 0 | 101111 | 1000101 | 11 | 10011 | 1011100 | 1000000 |
Color Harmonies of #F8834D
Complementary color
Monochromatic Colors of #F8834D
Black with #F8834D
Text Example
Text Example
White with #F8834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8834D; }
p { color: rgb(248,131,77); }
H1.HeaderClassName
{
color: #F8834D;
}
.AnyTagClassName
{
color: #F8834D;
}
</style>
background-color css
<style>
a { background-color: #F8834D; }
a { background-color: rgb(248,131,77); }
div.DivClassName
{
background-color: #F8834D;
}
.BgClassName
{
background-color: #F8834D;
}
</style>
border-color css
<style>
span { border-color: #F8834D; }
span { border-color: rgb(248,131,77); }
td.TdClassName
{
border-color: #F8834D;
}
.TagClassName
{
border-color: #F8834D;
}
</style>