#F57E54

Color #F57E54 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F57E54

Tints of Crusta #F57E54

Color information

#F57E54 (or 0xF57E54) is unknown color: approx Crusta. HEX triplet: F5, 7E and 54. RGB value is (245,126,84). Sum of RGB (Red+Green+Blue) = 245+126+84=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57E54 is #0A81AB. Grayscale: #9D9D9D. Windows color (decimal): -688556 or 5537525. OLE color: 5537525.

HSL color Cylindrical-coordinate representation of color #F57E54: hue angle of 15.65º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F57E54 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB24512684-
CMYK00.490.660.04
HSL15.65º88.95%64.51%-
HSV(B)15.65º65.71%96.08%-
XYZ46.7234.9712.68-
YUV156.7986.92190.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 53.85%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=53.85%
G=27.69%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451268400.490.660.0415.6588.9564.51
HexF57E54031424105941
Octal365176124061102420131101
Binary1111010111111101010100011000110000101001000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57E54; }

 p { color: rgb(245,126,84); }

 H1.HeaderClassName
 {
   color: #F57E54;
 }
 .AnyTagClassName
 {
   color: #F57E54;
 }
</style>
background-color css

<style>
 a { background-color: #F57E54; }

 a { background-color: rgb(245,126,84); }

 div.DivClassName
 {
   background-color: #F57E54;
 }
 .BgClassName
 {
   background-color: #F57E54;
 }
</style>
border-color css

<style>
 span { border-color: #F57E54; }

 span { border-color: rgb(245,126,84); }

 td.TdClassName
 {
   border-color: #F57E54;
 }
 .TagClassName
 {
   border-color: #F57E54;
 }
</style>