Html Css Color HEX #F57064 Bittersweet

📋 copy color: '#F57064'

red 245 ◦ green 112 ◦ blue 100

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

Shades of Bittersweet #F57064

Tints of Bittersweet #F57064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.51%

 BLUE value IS 100 (39.45% from 255) = 21.88%

R = 53.61%
G = 24.51%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F57064 (or 0xF57064) is known color: Bittersweet. HEX triplet: F5, 70 and 64. RGB value is (245,112,100). Sum of RGB (Red+Green+Blue) = 245+112+100=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F57064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57064 is #0A8F9B. Grayscale: #969696. Windows color (decimal): -692124 or 6582517. OLE color: 6582517.

HSL color Cylindrical-coordinate representation of color #F57064: hue angle of 4.97º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F57064 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 112 100 -
CMYK 0 0.54 0.59 0.04
HSL 4.97º 0.88% 0.68% -
HSV(B) 4.97º 0.59% 0.96% -
XYZ 45.75 31.92 15.81 -
YUV 150.4 99.56 195.48 -
System Red Green Blue C M Y K H S L
Decimal 245 112 100 0 0.54 0.59 0.04 4.97 0.88 0.68
Hex F5 70 64 0 36 3B 4 5 58 44
Octal 365 160 144 0 66 73 4 5 130 104
Binary 11110101 1110000 1100100 0 110110 111011 100 101 1011000 1000100

Color Harmonies of #F57064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57064

Black with #F57064

Text Example


Text Example

White with #F57064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57064; }

 p { color: rgb(245,112,100); }

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

background-color css

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

 a { background-color: rgb(245,112,100); }

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

border-color css

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

 span { border-color: rgb(245,112,100); }

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