Shades of Crusta #F89150
Tints of Crusta #F89150
RGB
CMYK
RGB Variations
Color information
#F89150 (or 0xF89150) is known color: Crusta. HEX triplet: F8, 91 and 50. RGB value is (248,145,80). Sum of RGB (Red+Green+Blue) = 248+145+80=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F89150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89150 is #076EAF. Grayscale: #A8A8A8. Windows color (decimal): -487088 or 5280248. OLE color: 5280248.
HSL color Cylindrical-coordinate representation of color #F89150: hue angle of 23.21º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F89150 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 80 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.03 |
| HSL | 23.21º | 0.92% | 0.64% | - |
| HSV(B) | 23.21º | 0.68% | 0.97% | - |
| XYZ | 50.28 | 40.79 | 12.81 | - |
| YUV | 168.39 | 78.12 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 80 | 0 | 0.42 | 0.68 | 0.03 | 23.21 | 0.92 | 0.64 |
| Hex | F8 | 91 | 50 | 0 | 2A | 44 | 3 | 17 | 5C | 40 |
| Octal | 370 | 221 | 120 | 0 | 52 | 104 | 3 | 27 | 134 | 100 |
| Binary | 11111000 | 10010001 | 1010000 | 0 | 101010 | 1000100 | 11 | 10111 | 1011100 | 1000000 |
Color Harmonies of #F89150
Complementary color
Monochromatic Colors of #F89150
Black with #F89150
Text Example
Text Example
White with #F89150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89150; }
p { color: rgb(248,145,80); }
H1.HeaderClassName
{
color: #F89150;
}
.AnyTagClassName
{
color: #F89150;
}
</style>
background-color css
<style>
a { background-color: #F89150; }
a { background-color: rgb(248,145,80); }
div.DivClassName
{
background-color: #F89150;
}
.BgClassName
{
background-color: #F89150;
}
</style>
border-color css
<style>
span { border-color: #F89150; }
span { border-color: rgb(248,145,80); }
td.TdClassName
{
border-color: #F89150;
}
.TagClassName
{
border-color: #F89150;
}
</style>