Shades of Crusta #F08C4D
Tints of Crusta #F08C4D
RGB
CMYK
RGB Variations
Color information
#F08C4D (or 0xF08C4D) is known color: Crusta. HEX triplet: F0, 8C and 4D. RGB value is (240,140,77). Sum of RGB (Red+Green+Blue) = 240+140+77=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F08C4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08C4D is #0F73B2. Grayscale: #A3A3A3. Windows color (decimal): -1012659 or 5082352. OLE color: 5082352.
HSL color Cylindrical-coordinate representation of color #F08C4D: hue angle of 23.19º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F08C4D is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 140 | 77 | - |
| CMYK | 0 | 0.42 | 0.68 | 0.06 |
| HSL | 23.19º | 0.84% | 0.62% | - |
| HSV(B) | 23.19º | 0.68% | 0.94% | - |
| XYZ | 46.65 | 37.82 | 11.86 | - |
| YUV | 162.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 140 | 77 | 0 | 0.42 | 0.68 | 0.06 | 23.19 | 0.84 | 0.62 |
| Hex | F0 | 8C | 4D | 0 | 2A | 44 | 6 | 17 | 54 | 3E |
| Octal | 360 | 214 | 115 | 0 | 52 | 104 | 6 | 27 | 124 | 76 |
| Binary | 11110000 | 10001100 | 1001101 | 0 | 101010 | 1000100 | 110 | 10111 | 1010100 | 111110 |
Color Harmonies of #F08C4D
Complementary color
Monochromatic Colors of #F08C4D
Black with #F08C4D
Text Example
Text Example
White with #F08C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08C4D; }
p { color: rgb(240,140,77); }
H1.HeaderClassName
{
color: #F08C4D;
}
.AnyTagClassName
{
color: #F08C4D;
}
</style>
background-color css
<style>
a { background-color: #F08C4D; }
a { background-color: rgb(240,140,77); }
div.DivClassName
{
background-color: #F08C4D;
}
.BgClassName
{
background-color: #F08C4D;
}
</style>
border-color css
<style>
span { border-color: #F08C4D; }
span { border-color: rgb(240,140,77); }
td.TdClassName
{
border-color: #F08C4D;
}
.TagClassName
{
border-color: #F08C4D;
}
</style>