#FC725B

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

Shades of Bittersweet #FC725B

Tints of Bittersweet #FC725B

Color information

#FC725B (or 0xFC725B) is unknown color: approx Bittersweet. HEX triplet: FC, 72 and 5B. RGB value is (252,114,91). Sum of RGB (Red+Green+Blue) = 252+114+91=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 114 (44.92% from 255 or 24.95% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FC725B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC725B is #038DA4. Grayscale: #989898. Windows color (decimal): -232869 or 5993212. OLE color: 5993212.

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

Color convert

RGB25211491-
CMYK00.550.640.01
HSL8.57º96.41%67.25%-
HSV(B)8.57º63.89%98.82%-
XYZ48.0533.4913.83-
YUV152.6493.22198.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.14%
GREEN value IS 114 (44.92% from 255) = 24.95%
BLUE value IS 91 (35.94% from 255) = 19.91%
R=55.14%
G=24.95%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521149100.550.640.018.5796.4167.25
HexFC725B03740196043
Octal374162133067100111140103
Binary1111110011100101011011011011110000001100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC725B; }

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

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

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

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

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

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

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

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