Shades of Crusta #F4805D
Tints of Crusta #F4805D
RGB
CMYK
RGB Variations
Color information
#F4805D (or 0xF4805D) is known color: Crusta. HEX triplet: F4, 80 and 5D. RGB value is (244,128,93). Sum of RGB (Red+Green+Blue) = 244+128+93=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4805D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4805D is #0B7FA2. Grayscale: #9E9E9E. Windows color (decimal): -753571 or 6127860. OLE color: 6127860.
HSL color Cylindrical-coordinate representation of color #F4805D: hue angle of 13.91º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F4805D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 93 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.04 |
| HSL | 13.91º | 0.87% | 0.66% | - |
| HSV(B) | 13.91º | 0.62% | 0.96% | - |
| XYZ | 47 | 35.46 | 14.72 | - |
| YUV | 158.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 93 | 0 | 0.48 | 0.62 | 0.04 | 13.91 | 0.87 | 0.66 |
| Hex | F4 | 80 | 5D | 0 | 30 | 3E | 4 | E | 57 | 42 |
| Octal | 364 | 200 | 135 | 0 | 60 | 76 | 4 | 16 | 127 | 102 |
| Binary | 11110100 | 10000000 | 1011101 | 0 | 110000 | 111110 | 100 | 1110 | 1010111 | 1000010 |
Color Harmonies of #F4805D
Complementary color
Monochromatic Colors of #F4805D
Black with #F4805D
Text Example
Text Example
White with #F4805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4805D; }
p { color: rgb(244,128,93); }
H1.HeaderClassName
{
color: #F4805D;
}
.AnyTagClassName
{
color: #F4805D;
}
</style>
background-color css
<style>
a { background-color: #F4805D; }
a { background-color: rgb(244,128,93); }
div.DivClassName
{
background-color: #F4805D;
}
.BgClassName
{
background-color: #F4805D;
}
</style>
border-color css
<style>
span { border-color: #F4805D; }
span { border-color: rgb(244,128,93); }
td.TdClassName
{
border-color: #F4805D;
}
.TagClassName
{
border-color: #F4805D;
}
</style>