#FC6E52

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

Shades of Bittersweet #FC6E52

Tints of Bittersweet #FC6E52

Color information

#FC6E52 (or 0xFC6E52) is unknown color: approx Bittersweet. HEX triplet: FC, 6E and 52. RGB value is (252,110,82). Sum of RGB (Red+Green+Blue) = 252+110+82=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6E52 is #0391AD. Grayscale: #959595. Windows color (decimal): -233902 or 5402364. OLE color: 5402364.

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

Color convert

RGB25211082-
CMYK00.560.670.01
HSL9.88º96.59%65.49%-
HSV(B)9.88º67.46%98.82%-
XYZ47.2432.4611.76-
YUV149.2790.04201.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.76%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=56.76%
G=24.77%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521108200.560.670.019.8896.5965.49
HexFC6E52038431a6141
Octal374156122070103112141101
Binary1111110011011101010010011100010000111101011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6E52; }

 p { color: rgb(252,110,82); }

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

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

 a { background-color: rgb(252,110,82); }

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

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

 span { border-color: rgb(252,110,82); }

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