#f77a60

Color #F77A60 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #F77A60

Tints of Bittersweet #F77A60

Color information

#F77A60 (or 0xF77A60) is unknown color: approx Bittersweet. HEX triplet: F7, 7A and 60. RGB value is (247,122,96). Sum of RGB (Red+Green+Blue) = 247+122+96=465 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.12% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A60 is #08859F. Grayscale: #9C9C9C. Windows color (decimal): -558496 or 6322935. OLE color: 6322935.

HSL color Cylindrical-coordinate representation of color #F77A60: hue angle of 10.33º 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 #F77A60 is Cyan = 0, Magento = 0.51, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB24712296-
CMYK00.510.610.03
HSL10.33º90.42%67.25%-
HSV(B)10.33º61.13%96.86%-
XYZ47.4334.5415.23-
YUV156.4193.91192.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.12%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=53.12%
G=26.24%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471229600.510.610.0310.3390.4267.25
HexF77A600333D3a5a43
Octal36717214006375312132103
Binary1111011111110101100000011001111110111101010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f77a60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f77a60; }

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

 H1.HeaderClassName
 {
   color: #f77a60;
 }
 .AnyTagClassName
 {
   color: #f77a60;
 }
</style>
background-color css

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

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

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

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

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

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