Html Css Color HEX #F57D58 Crusta

📋 copy color: '#F57D58'

red 245 ◦ green 125 ◦ blue 88

#F57D58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusta #F57D58

Tints of Crusta #F57D58

RGB

 RED value IS 245 (96.09% from 255) = 53.49%

 GREEN value IS 125 (49.22% from 255) = 27.29%

 BLUE value IS 88 (34.77% from 255) = 19.21%

R = 53.49%
G = 27.29%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#F57D58 (or 0xF57D58) is known color: Crusta. HEX triplet: F5, 7D and 58. RGB value is (245,125,88). Sum of RGB (Red+Green+Blue) = 245+125+88=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D58 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57D58 is #0A82A7. Grayscale: #9C9C9C. Windows color (decimal): -688808 or 5799413. OLE color: 5799413.

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

Color convert

RGB 245 125 88 -
CMYK 0 0.49 0.64 0.04
HSL 14.14º 0.89% 0.65% -
HSV(B) 14.14º 0.64% 0.96% -
XYZ 46.75 34.78 13.48 -
YUV 156.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 245 125 88 0 0.49 0.64 0.04 14.14 0.89 0.65
Hex F5 7D 58 0 31 40 4 E 59 41
Octal 365 175 130 0 61 100 4 16 131 101
Binary 11110101 1111101 1011000 0 110001 1000000 100 1110 1011001 1000001

Color Harmonies of #F57D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D58

Black with #F57D58

Text Example


Text Example

White with #F57D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D58; }

 p { color: rgb(245,125,88); }

 H1.HeaderClassName
 {
   color: #F57D58;
 }
 .AnyTagClassName
 {
   color: #F57D58;
 }
</style>

background-color css

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

 a { background-color: rgb(245,125,88); }

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

border-color css

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

 span { border-color: rgb(245,125,88); }

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