Html Css Color HEX #F77064 Bittersweet

📋 copy color: '#F77064'

red 247 ◦ green 112 ◦ blue 100

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

Shades of Bittersweet #F77064

Tints of Bittersweet #F77064

RGB

 RED value IS 247 (96.88% from 255) = 53.81%

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

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

R = 53.81%
G = 24.4%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F77064 (or 0xF77064) is known color: Bittersweet. HEX triplet: F7, 70 and 64. RGB value is (247,112,100). Sum of RGB (Red+Green+Blue) = 247+112+100=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F77064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77064 is #088F9B. Grayscale: #979797. Windows color (decimal): -561052 or 6582519. OLE color: 6582519.

HSL color Cylindrical-coordinate representation of color #F77064: hue angle of 4.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F77064 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 112 100 -
CMYK 0 0.55 0.60 0.03
HSL 4.9º 0.9% 0.68% -
HSV(B) 4.9º 0.6% 0.97% -
XYZ 46.45 32.28 15.84 -
YUV 151 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 247 112 100 0 0.55 0.60 0.03 4.9 0.9 0.68
Hex F7 70 64 0 37 3C 3 5 5A 44
Octal 367 160 144 0 67 74 3 5 132 104
Binary 11110111 1110000 1100100 0 110111 111100 11 101 1011010 1000100

Color Harmonies of #F77064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77064

Black with #F77064

Text Example


Text Example

White with #F77064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77064; }

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

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

background-color css

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

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

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

border-color css

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

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

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