Shades of Crusta #F08D5B
Tints of Crusta #F08D5B
RGB
CMYK
RGB Variations
Color information
#F08D5B (or 0xF08D5B) is known color: Crusta. HEX triplet: F0, 8D and 5B. RGB value is (240,141,91). Sum of RGB (Red+Green+Blue) = 240+141+91=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 91 (35.94% from 255 or 19.28% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D5B is #0F72A4. Grayscale: #A5A5A5. Windows color (decimal): -1012389 or 6000112. OLE color: 6000112.
HSL color Cylindrical-coordinate representation of color #F08D5B: hue angle of 20.13º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F08D5B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 141 | 91 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.06 |
| HSL | 20.13º | 0.83% | 0.65% | - |
| HSV(B) | 20.13º | 0.62% | 0.94% | - |
| XYZ | 47.35 | 38.33 | 14.8 | - |
| YUV | 164.9 | 86.3 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 141 | 91 | 0 | 0.41 | 0.62 | 0.06 | 20.13 | 0.83 | 0.65 |
| Hex | F0 | 8D | 5B | 0 | 29 | 3E | 6 | 14 | 53 | 41 |
| Octal | 360 | 215 | 133 | 0 | 51 | 76 | 6 | 24 | 123 | 101 |
| Binary | 11110000 | 10001101 | 1011011 | 0 | 101001 | 111110 | 110 | 10100 | 1010011 | 1000001 |
Color Harmonies of #F08D5B
Complementary color
Monochromatic Colors of #F08D5B
Black with #F08D5B
Text Example
Text Example
White with #F08D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08D5B; }
p { color: rgb(240,141,91); }
H1.HeaderClassName
{
color: #F08D5B;
}
.AnyTagClassName
{
color: #F08D5B;
}
</style>
background-color css
<style>
a { background-color: #F08D5B; }
a { background-color: rgb(240,141,91); }
div.DivClassName
{
background-color: #F08D5B;
}
.BgClassName
{
background-color: #F08D5B;
}
</style>
border-color css
<style>
span { border-color: #F08D5B; }
span { border-color: rgb(240,141,91); }
td.TdClassName
{
border-color: #F08D5B;
}
.TagClassName
{
border-color: #F08D5B;
}
</style>