#FF725C

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

Shades of Bittersweet #FF725C

Tints of Bittersweet #FF725C

Color information

#FF725C (or 0xFF725C) is unknown color: approx Bittersweet. HEX triplet: FF, 72 and 5C. RGB value is (255,114,92). Sum of RGB (Red+Green+Blue) = 255+114+92=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF725C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF725C is #008DA3. Grayscale: #999999. Windows color (decimal): -36260 or 6058751. OLE color: 6058751.

HSL color Cylindrical-coordinate representation of color #FF725C: hue angle of 8.1º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF725C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25511492-
CMYK00.550.640
HSL8.1º100%68.04%-
HSV(B)8.1º63.92%100%-
XYZ49.1934.0714.11-
YUV153.6593.21200.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.31%
GREEN value IS 114 (44.92% from 255) = 24.73%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=55.31%
G=24.73%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551149200.550.6408.110068.04
HexFF725C03740086444
Octal377162134067100010144104
Binary1111111111100101011100011011110000000100011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF725C; }

 p { color: rgb(255,114,92); }

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

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

 a { background-color: rgb(255,114,92); }

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

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

 span { border-color: rgb(255,114,92); }

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