#FC715F

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

Shades of Bittersweet #FC715F

Tints of Bittersweet #FC715F

Color information

#FC715F (or 0xFC715F) is unknown color: approx Bittersweet. HEX triplet: FC, 71 and 5F. RGB value is (252,113,95). Sum of RGB (Red+Green+Blue) = 252+113+95=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC715F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC715F is #038EA0. Grayscale: #989898. Windows color (decimal): -233121 or 6255100. OLE color: 6255100.

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

Color convert

RGB25211395-
CMYK00.550.620.01
HSL6.88º96.32%68.04%-
HSV(B)6.88º62.3%98.82%-
XYZ48.1233.3314.72-
YUV152.5195.55198.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.78%
GREEN value IS 113 (44.53% from 255) = 24.57%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=54.78%
G=24.57%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521139500.550.620.016.8896.3268.04
HexFC715F0373E176044
Octal3741611370677617140104
Binary11111100111000110111110110111111110111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC715F; }

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

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

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

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

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

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

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

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