Shades of Crusta #F4815D
Tints of Crusta #F4815D
RGB
CMYK
RGB Variations
Color information
#F4815D (or 0xF4815D) is known color: Crusta. HEX triplet: F4, 81 and 5D. RGB value is (244,129,93). Sum of RGB (Red+Green+Blue) = 244+129+93=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4815D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4815D is #0B7EA2. Grayscale: #9F9F9F. Windows color (decimal): -753315 or 6128116. OLE color: 6128116.
HSL color Cylindrical-coordinate representation of color #F4815D: hue angle of 14.3º 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 #F4815D is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 129 | 93 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.04 |
| HSL | 14.3º | 0.87% | 0.66% | - |
| HSV(B) | 14.3º | 0.62% | 0.96% | - |
| XYZ | 47.13 | 35.72 | 14.77 | - |
| YUV | 159.28 | 90.6 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 129 | 93 | 0 | 0.47 | 0.62 | 0.04 | 14.3 | 0.87 | 0.66 |
| Hex | F4 | 81 | 5D | 0 | 2F | 3E | 4 | E | 57 | 42 |
| Octal | 364 | 201 | 135 | 0 | 57 | 76 | 4 | 16 | 127 | 102 |
| Binary | 11110100 | 10000001 | 1011101 | 0 | 101111 | 111110 | 100 | 1110 | 1010111 | 1000010 |
Color Harmonies of #F4815D
Complementary color
Monochromatic Colors of #F4815D
Black with #F4815D
Text Example
Text Example
White with #F4815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4815D; }
p { color: rgb(244,129,93); }
H1.HeaderClassName
{
color: #F4815D;
}
.AnyTagClassName
{
color: #F4815D;
}
</style>
background-color css
<style>
a { background-color: #F4815D; }
a { background-color: rgb(244,129,93); }
div.DivClassName
{
background-color: #F4815D;
}
.BgClassName
{
background-color: #F4815D;
}
</style>
border-color css
<style>
span { border-color: #F4815D; }
span { border-color: rgb(244,129,93); }
td.TdClassName
{
border-color: #F4815D;
}
.TagClassName
{
border-color: #F4815D;
}
</style>