Html Css Color HEX #F57F4D Crusta

📋 copy color: '#F57F4D'

red 245 ◦ green 127 ◦ blue 77

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

Shades of Crusta #F57F4D

Tints of Crusta #F57F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.15%

R = 54.57%
G = 28.29%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#F57F4D (or 0xF57F4D) is known color: Crusta. HEX triplet: F5, 7F and 4D. RGB value is (245,127,77). Sum of RGB (Red+Green+Blue) = 245+127+77=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57F4D is #0A80B2. Grayscale: #9C9C9C. Windows color (decimal): -688307 or 5079029. OLE color: 5079029.

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

Color convert

RGB 245 127 77 -
CMYK 0 0.48 0.69 0.04
HSL 17.86º 0.89% 0.63% -
HSV(B) 17.86º 0.69% 0.96% -
XYZ 46.59 35.13 11.35 -
YUV 156.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 245 127 77 0 0.48 0.69 0.04 17.86 0.89 0.63
Hex F5 7F 4D 0 30 45 4 12 59 3F
Octal 365 177 115 0 60 105 4 22 131 77
Binary 11110101 1111111 1001101 0 110000 1000101 100 10010 1011001 111111

Color Harmonies of #F57F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F4D

Black with #F57F4D

Text Example


Text Example

White with #F57F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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