#FA7261

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

Shades of Bittersweet #FA7261

Tints of Bittersweet #FA7261

Color information

#FA7261 (or 0xFA7261) is unknown color: approx Bittersweet. HEX triplet: FA, 72 and 61. RGB value is (250,114,97). Sum of RGB (Red+Green+Blue) = 250+114+97=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7261 is #058D9E. Grayscale: #989898. Windows color (decimal): -363935 or 6386426. OLE color: 6386426.

HSL color Cylindrical-coordinate representation of color #FA7261: hue angle of 6.67º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA7261 is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB25011497-
CMYK00.540.610.02
HSL6.67º93.87%68.04%-
HSV(B)6.67º61.2%98.04%-
XYZ47.633.2215.21-
YUV152.7396.56197.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.23%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 97 (38.28% from 255) = 21.04%
R=54.23%
G=24.73%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501149700.540.610.026.6793.8768.04
HexFA72610363D275e44
Octal3721621410667527136104
Binary111110101110010110000101101101111011011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7261; }

 p { color: rgb(250,114,97); }

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

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

 a { background-color: rgb(250,114,97); }

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

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

 span { border-color: rgb(250,114,97); }

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