#FA725B

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

Shades of Bittersweet #FA725B

Tints of Bittersweet #FA725B

Color information

#FA725B (or 0xFA725B) is unknown color: approx Bittersweet. HEX triplet: FA, 72 and 5B. RGB value is (250,114,91). Sum of RGB (Red+Green+Blue) = 250+114+91=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA725B is #058DA4. Grayscale: #989898. Windows color (decimal): -363941 or 5993210. OLE color: 5993210.

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

Color convert

RGB25011491-
CMYK00.540.640.02
HSL8.68º94.08%66.86%-
HSV(B)8.68º63.6%98.04%-
XYZ47.3333.1113.79-
YUV152.0493.56197.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.95%
GREEN value IS 114 (44.92% from 255) = 25.05%
BLUE value IS 91 (35.94% from 255) = 20%
R=54.95%
G=25.05%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501149100.540.640.028.6894.0866.86
HexFA725B03640295e43
Octal372162133066100211136103
Binary11111010111001010110110110110100000010100110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA725B; }

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

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

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

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

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

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

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

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