Shades of Crusta #F08D50
Tints of Crusta #F08D50
RGB
CMYK
RGB Variations
Color information
#F08D50 (or 0xF08D50) is known color: Crusta. HEX triplet: F0, 8D and 50. RGB value is (240,141,80). Sum of RGB (Red+Green+Blue) = 240+141+80=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D50 is #0F72AF. Grayscale: #A3A3A3. Windows color (decimal): -1012400 or 5279216. OLE color: 5279216.
HSL color Cylindrical-coordinate representation of color #F08D50: hue angle of 22.88º 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 #F08D50 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 80 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.06 |
| HSL | 22.88º | 0.84% | 0.63% | - |
| HSV(B) | 22.88º | 0.67% | 0.94% | - |
| XYZ | 46.91 | 38.15 | 12.48 | - |
| YUV | 163.65 | 80.8 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 80 | 0 | 0.41 | 0.67 | 0.06 | 22.88 | 0.84 | 0.63 |
| Hex | F0 | 8D | 50 | 0 | 29 | 43 | 6 | 17 | 54 | 3F |
| Octal | 360 | 215 | 120 | 0 | 51 | 103 | 6 | 27 | 124 | 77 |
| Binary | 11110000 | 10001101 | 1010000 | 0 | 101001 | 1000011 | 110 | 10111 | 1010100 | 111111 |
Color Harmonies of #F08D50
Complementary color
Monochromatic Colors of #F08D50
Black with #F08D50
Text Example
Text Example
White with #F08D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D50; }
p { color: rgb(240,141,80); }
H1.HeaderClassName
{
color: #F08D50;
}
.AnyTagClassName
{
color: #F08D50;
}
</style>
background-color css
<style>
a { background-color: #F08D50; }
a { background-color: rgb(240,141,80); }
div.DivClassName
{
background-color: #F08D50;
}
.BgClassName
{
background-color: #F08D50;
}
</style>
border-color css
<style>
span { border-color: #F08D50; }
span { border-color: rgb(240,141,80); }
td.TdClassName
{
border-color: #F08D50;
}
.TagClassName
{
border-color: #F08D50;
}
</style>