#F7725B

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

Shades of Bittersweet #F7725B

Tints of Bittersweet #F7725B

Color information

#F7725B (or 0xF7725B) is unknown color: approx Bittersweet. HEX triplet: F7, 72 and 5B. RGB value is (247,114,91). Sum of RGB (Red+Green+Blue) = 247+114+91=452 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.65% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 247 - color contains mainly: red. Hex color #F7725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7725B is #088DA4. Grayscale: #979797. Windows color (decimal): -560549 or 5993207. OLE color: 5993207.

HSL color Cylindrical-coordinate representation of color #F7725B: hue angle of 8.85º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F7725B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24711491-
CMYK00.540.630.03
HSL8.85º90.7%66.27%-
HSV(B)8.85º63.16%96.86%-
XYZ46.2632.5613.74-
YUV151.1494.06196.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 54.65%
GREEN value IS 114 (44.92% from 255) = 25.22%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=54.65%
G=25.22%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471149100.540.630.038.8590.766.27
HexF7725B0363F395b42
Octal36716213306677311133102
Binary1111011111100101011011011011011111111100110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7725B; }

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

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

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

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

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

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

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

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