Shades of Crusta #F8865A
Tints of Crusta #F8865A
RGB
CMYK
RGB Variations
Color information
#F8865A (or 0xF8865A) is known color: Crusta. HEX triplet: F8, 86 and 5A. RGB value is (248,134,90). Sum of RGB (Red+Green+Blue) = 248+134+90=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8865A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8865A is #0779A5. Grayscale: #A3A3A3. Windows color (decimal): -489894 or 5932792. OLE color: 5932792.
HSL color Cylindrical-coordinate representation of color #F8865A: hue angle of 16.71º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8865A is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 90 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.03 |
| HSL | 16.71º | 0.92% | 0.66% | - |
| HSV(B) | 16.71º | 0.64% | 0.97% | - |
| XYZ | 49.08 | 37.74 | 14.37 | - |
| YUV | 163.07 | 86.77 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 90 | 0 | 0.46 | 0.64 | 0.03 | 16.71 | 0.92 | 0.66 |
| Hex | F8 | 86 | 5A | 0 | 2E | 40 | 3 | 11 | 5C | 42 |
| Octal | 370 | 206 | 132 | 0 | 56 | 100 | 3 | 21 | 134 | 102 |
| Binary | 11111000 | 10000110 | 1011010 | 0 | 101110 | 1000000 | 11 | 10001 | 1011100 | 1000010 |
Color Harmonies of #F8865A
Complementary color
Monochromatic Colors of #F8865A
Black with #F8865A
Text Example
Text Example
White with #F8865A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8865A; }
p { color: rgb(248,134,90); }
H1.HeaderClassName
{
color: #F8865A;
}
.AnyTagClassName
{
color: #F8865A;
}
</style>
background-color css
<style>
a { background-color: #F8865A; }
a { background-color: rgb(248,134,90); }
div.DivClassName
{
background-color: #F8865A;
}
.BgClassName
{
background-color: #F8865A;
}
</style>
border-color css
<style>
span { border-color: #F8865A; }
span { border-color: rgb(248,134,90); }
td.TdClassName
{
border-color: #F8865A;
}
.TagClassName
{
border-color: #F8865A;
}
</style>