#FC715B

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

Shades of Bittersweet #FC715B

Tints of Bittersweet #FC715B

Color information

#FC715B (or 0xFC715B) is unknown color: approx Bittersweet. HEX triplet: FC, 71 and 5B. RGB value is (252,113,91). Sum of RGB (Red+Green+Blue) = 252+113+91=456 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.26% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715B is #038EA4. Grayscale: #989898. Windows color (decimal): -233125 or 5992956. OLE color: 5992956.

HSL color Cylindrical-coordinate representation of color #FC715B: hue angle of 8.2º 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 #FC715B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25211391-
CMYK00.550.640.01
HSL8.2º96.41%67.25%-
HSV(B)8.2º63.89%98.82%-
XYZ47.9433.2613.79-
YUV152.0593.55199.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 55.26%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 91 (35.94% from 255) = 19.96%
R=55.26%
G=24.78%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2521139100.550.640.018.296.4167.25
HexFC715B03740186043
Octal374161133067100110140103
Binary1111110011100011011011011011110000001100011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC715B; }

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

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

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

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

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

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

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

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