Shades of Crusta #F57E4C
Tints of Crusta #F57E4C
RGB
CMYK
RGB Variations
Color information
#F57E4C (or 0xF57E4C) is known color: Crusta. HEX triplet: F5, 7E and 4C. RGB value is (245,126,76). Sum of RGB (Red+Green+Blue) = 245+126+76=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57E4C is #0A81B3. Grayscale: #9C9C9C. Windows color (decimal): -688564 or 5013237. OLE color: 5013237.
HSL color Cylindrical-coordinate representation of color #F57E4C: hue angle of 17.75º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F57E4C is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 126 | 76 | - |
| CMYK | 0 | 0.49 | 0.69 | 0.04 |
| HSL | 17.75º | 0.89% | 0.63% | - |
| HSV(B) | 17.75º | 0.69% | 0.96% | - |
| XYZ | 46.42 | 34.86 | 11.12 | - |
| YUV | 155.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 126 | 76 | 0 | 0.49 | 0.69 | 0.04 | 17.75 | 0.89 | 0.63 |
| Hex | F5 | 7E | 4C | 0 | 31 | 45 | 4 | 12 | 59 | 3F |
| Octal | 365 | 176 | 114 | 0 | 61 | 105 | 4 | 22 | 131 | 77 |
| Binary | 11110101 | 1111110 | 1001100 | 0 | 110001 | 1000101 | 100 | 10010 | 1011001 | 111111 |
Color Harmonies of #F57E4C
Complementary color
Monochromatic Colors of #F57E4C
Black with #F57E4C
Text Example
Text Example
White with #F57E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57E4C; }
p { color: rgb(245,126,76); }
H1.HeaderClassName
{
color: #F57E4C;
}
.AnyTagClassName
{
color: #F57E4C;
}
</style>
background-color css
<style>
a { background-color: #F57E4C; }
a { background-color: rgb(245,126,76); }
div.DivClassName
{
background-color: #F57E4C;
}
.BgClassName
{
background-color: #F57E4C;
}
</style>
border-color css
<style>
span { border-color: #F57E4C; }
span { border-color: rgb(245,126,76); }
td.TdClassName
{
border-color: #F57E4C;
}
.TagClassName
{
border-color: #F57E4C;
}
</style>