Shades of Crusta #F08764
Tints of Crusta #F08764
RGB
CMYK
RGB Variations
Color information
#F08764 (or 0xF08764) is known color: Crusta. HEX triplet: F0, 87 and 64. RGB value is (240,135,100). Sum of RGB (Red+Green+Blue) = 240+135+100=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08764 is #0F789B. Grayscale: #A2A2A2. Windows color (decimal): -1013916 or 6588400. OLE color: 6588400.
HSL color Cylindrical-coordinate representation of color #F08764: hue angle of 15º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08764 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 100 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.06 |
| HSL | 15º | 0.82% | 0.67% | - |
| HSV(B) | 15º | 0.58% | 0.94% | - |
| XYZ | 46.9 | 36.77 | 16.68 | - |
| YUV | 162.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 100 | 0 | 0.44 | 0.58 | 0.06 | 15 | 0.82 | 0.67 |
| Hex | F0 | 87 | 64 | 0 | 2C | 3A | 6 | F | 52 | 43 |
| Octal | 360 | 207 | 144 | 0 | 54 | 72 | 6 | 17 | 122 | 103 |
| Binary | 11110000 | 10000111 | 1100100 | 0 | 101100 | 111010 | 110 | 1111 | 1010010 | 1000011 |
Color Harmonies of #F08764
Complementary color
Monochromatic Colors of #F08764
Black with #F08764
Text Example
Text Example
White with #F08764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08764; }
p { color: rgb(240,135,100); }
H1.HeaderClassName
{
color: #F08764;
}
.AnyTagClassName
{
color: #F08764;
}
</style>
background-color css
<style>
a { background-color: #F08764; }
a { background-color: rgb(240,135,100); }
div.DivClassName
{
background-color: #F08764;
}
.BgClassName
{
background-color: #F08764;
}
</style>
border-color css
<style>
span { border-color: #F08764; }
span { border-color: rgb(240,135,100); }
td.TdClassName
{
border-color: #F08764;
}
.TagClassName
{
border-color: #F08764;
}
</style>