#FD726A

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

Shades of Bittersweet #FD726A

Tints of Bittersweet #FD726A

Color information

#FD726A (or 0xFD726A) is unknown color: approx Bittersweet. HEX triplet: FD, 72 and 6A. RGB value is (253,114,106). Sum of RGB (Red+Green+Blue) = 253+114+106=473 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.49% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 106 (41.80% from 255 or 22.41% from 473); Max value from RGB is 253 - color contains mainly: red. Hex color #FD726A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD726A is #028D95. Grayscale: #9A9A9A. Windows color (decimal): -167318 or 6976253. OLE color: 6976253.

HSL color Cylindrical-coordinate representation of color #FD726A: hue angle of 3.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD726A is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253114106-
CMYK00.550.580.01
HSL3.27º97.35%70.39%-
HSV(B)3.27º58.1%99.22%-
XYZ49.1333.9617.6-
YUV154.65100.55198.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.49%
GREEN value IS 114 (44.92% from 255) = 24.10%
BLUE value IS 106 (41.80% from 255) = 22.41%
R=53.49%
G=24.10%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311410600.550.580.013.2797.3570.39
HexFD726A0373A136146
Octal3751621520677213141106
Binary1111110111100101101010011011111101011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD726A; }

 p { color: rgb(253,114,106); }

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

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

 a { background-color: rgb(253,114,106); }

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

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

 span { border-color: rgb(253,114,106); }

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