Html Css Color HEX #F57F49 Crusta

📋 copy color: '#F57F49'

red 245 ◦ green 127 ◦ blue 73

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

Shades of Crusta #F57F49

Tints of Crusta #F57F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.4%

R = 55.06%
G = 28.54%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#F57F49 (or 0xF57F49) is known color: Crusta. HEX triplet: F5, 7F and 49. RGB value is (245,127,73). Sum of RGB (Red+Green+Blue) = 245+127+73=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F49 is #0A80B6. Grayscale: #9C9C9C. Windows color (decimal): -688311 or 4816885. OLE color: 4816885.

HSL color Cylindrical-coordinate representation of color #F57F49: hue angle of 18.84º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F57F49 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 127 73 -
CMYK 0 0.48 0.70 0.04
HSL 18.84º 0.9% 0.62% -
HSV(B) 18.84º 0.7% 0.96% -
XYZ 46.45 35.07 10.62 -
YUV 156.13 81.09 191.39 -
System Red Green Blue C M Y K H S L
Decimal 245 127 73 0 0.48 0.70 0.04 18.84 0.9 0.62
Hex F5 7F 49 0 30 46 4 13 5A 3E
Octal 365 177 111 0 60 106 4 23 132 76
Binary 11110101 1111111 1001001 0 110000 1000110 100 10011 1011010 111110

Color Harmonies of #F57F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F49

Black with #F57F49

Text Example


Text Example

White with #F57F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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