Html Css Color HEX #F57F5D Crusta

📋 copy color: '#F57F5D'

red 245 ◦ green 127 ◦ blue 93

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

Shades of Crusta #F57F5D

Tints of Crusta #F57F5D

RGB

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

 GREEN value IS 127 (50% from 255) = 27.31%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 52.69%
G = 27.31%
B = 20%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F57F5D (or 0xF57F5D) is known color: Crusta. HEX triplet: F5, 7F and 5D. RGB value is (245,127,93). Sum of RGB (Red+Green+Blue) = 245+127+93=465 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.69% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F5D is #0A80A2. Grayscale: #9E9E9E. Windows color (decimal): -688291 or 6127605. OLE color: 6127605.

HSL color Cylindrical-coordinate representation of color #F57F5D: hue angle of 13.42º degrees, saturation: 0.88, 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 #F57F5D is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 93 -
CMYK 0 0.48 0.62 0.04
HSL 13.42º 0.88% 0.66% -
HSV(B) 13.42º 0.62% 0.96% -
XYZ 47.22 35.38 14.7 -
YUV 158.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 245 127 93 0 0.48 0.62 0.04 13.42 0.88 0.66
Hex F5 7F 5D 0 30 3E 4 D 58 42
Octal 365 177 135 0 60 76 4 15 130 102
Binary 11110101 1111111 1011101 0 110000 111110 100 1101 1011000 1000010

Color Harmonies of #F57F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F5D

Black with #F57F5D

Text Example


Text Example

White with #F57F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F5D; }

 p { color: rgb(245,127,93); }

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

background-color css

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

 a { background-color: rgb(245,127,93); }

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

border-color css

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

 span { border-color: rgb(245,127,93); }

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