Shades of Crusta #F08350
Tints of Crusta #F08350
RGB
CMYK
RGB Variations
Color information
#F08350 (or 0xF08350) is known color: Crusta. HEX triplet: F0, 83 and 50. RGB value is (240,131,80). Sum of RGB (Red+Green+Blue) = 240+131+80=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F08350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08350 is #0F7CAF. Grayscale: #9E9E9E. Windows color (decimal): -1014960 or 5276656. OLE color: 5276656.
HSL color Cylindrical-coordinate representation of color #F08350: hue angle of 19.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F08350 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 80 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.06 |
| HSL | 19.13º | 0.84% | 0.63% | - |
| HSV(B) | 19.13º | 0.67% | 0.94% | - |
| XYZ | 45.5 | 35.34 | 12.01 | - |
| YUV | 157.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 80 | 0 | 0.45 | 0.67 | 0.06 | 19.13 | 0.84 | 0.63 |
| Hex | F0 | 83 | 50 | 0 | 2D | 43 | 6 | 13 | 54 | 3F |
| Octal | 360 | 203 | 120 | 0 | 55 | 103 | 6 | 23 | 124 | 77 |
| Binary | 11110000 | 10000011 | 1010000 | 0 | 101101 | 1000011 | 110 | 10011 | 1010100 | 111111 |
Color Harmonies of #F08350
Complementary color
Monochromatic Colors of #F08350
Black with #F08350
Text Example
Text Example
White with #F08350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08350; }
p { color: rgb(240,131,80); }
H1.HeaderClassName
{
color: #F08350;
}
.AnyTagClassName
{
color: #F08350;
}
</style>
background-color css
<style>
a { background-color: #F08350; }
a { background-color: rgb(240,131,80); }
div.DivClassName
{
background-color: #F08350;
}
.BgClassName
{
background-color: #F08350;
}
</style>
border-color css
<style>
span { border-color: #F08350; }
span { border-color: rgb(240,131,80); }
td.TdClassName
{
border-color: #F08350;
}
.TagClassName
{
border-color: #F08350;
}
</style>