#FA726C

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

Shades of Bittersweet #FA726C

Tints of Bittersweet #FA726C

Color information

#FA726C (or 0xFA726C) is unknown color: approx Bittersweet. HEX triplet: FA, 72 and 6C. RGB value is (250,114,108). Sum of RGB (Red+Green+Blue) = 250+114+108=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 108 (42.58% from 255 or 22.88% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA726C is #058D93. Grayscale: #9A9A9A. Windows color (decimal): -363924 or 7107322. OLE color: 7107322.

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

Color convert

RGB250114108-
CMYK00.540.570.02
HSL2.54º93.42%70.2%-
HSV(B)2.54º56.8%98.04%-
XYZ48.1533.4418.1-
YUV153.98102.06196.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.97%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 108 (42.58% from 255) = 22.88%
R=52.97%
G=24.15%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011410800.540.570.022.5493.4270.2
HexFA726C03639235d46
Octal3721621540667123135106
Binary11111010111001011011000110110111001101110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA726C; }

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

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

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

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

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

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

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

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