Html Css Color HEX #F77C60 Bittersweet

📋 copy color: '#F77C60'

red 247 ◦ green 124 ◦ blue 96

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

Shades of Bittersweet #F77C60

Tints of Bittersweet #F77C60

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 96 (37.89% from 255) = 20.56%

R = 52.89%
G = 26.55%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#F77C60 (or 0xF77C60) is known color: Bittersweet. HEX triplet: F7, 7C and 60. RGB value is (247,124,96). Sum of RGB (Red+Green+Blue) = 247+124+96=467 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.89% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77C60 is #08839F. Grayscale: #9D9D9D. Windows color (decimal): -557984 or 6323447. OLE color: 6323447.

HSL color Cylindrical-coordinate representation of color #F77C60: hue angle of 11.13º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F77C60 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 124 96 -
CMYK 0 0.50 0.61 0.03
HSL 11.13º 0.9% 0.67% -
HSV(B) 11.13º 0.61% 0.97% -
XYZ 47.68 35.03 15.32 -
YUV 157.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 247 124 96 0 0.50 0.61 0.03 11.13 0.9 0.67
Hex F7 7C 60 0 32 3D 3 B 5A 43
Octal 367 174 140 0 62 75 3 13 132 103
Binary 11110111 1111100 1100000 0 110010 111101 11 1011 1011010 1000011

Color Harmonies of #F77C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77C60

Black with #F77C60

Text Example


Text Example

White with #F77C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77C60; }

 p { color: rgb(247,124,96); }

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

background-color css

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

 a { background-color: rgb(247,124,96); }

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

border-color css

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

 span { border-color: rgb(247,124,96); }

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