#FC6355

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

Shades of Bittersweet #FC6355

Tints of Bittersweet #FC6355

Color information

#FC6355 (or 0xFC6355) is unknown color: approx Bittersweet. HEX triplet: FC, 63 and 55. RGB value is (252,99,85). Sum of RGB (Red+Green+Blue) = 252+99+85=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6355 is #039CAA. Grayscale: #8F8F8F. Windows color (decimal): -236715 or 5596156. OLE color: 5596156.

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

Color convert

RGB2529985-
CMYK00.610.660.01
HSL5.03º96.53%66.08%-
HSV(B)5.03º66.27%98.82%-
XYZ46.2530.2812-
YUV143.1595.19205.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.80%
GREEN value IS 99 (39.06% from 255) = 22.71%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=57.80%
G=22.71%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252998500.610.660.015.0396.5366.08
HexFC635503D42156142
Octal37414312507510215141102
Binary111111001100011101010101111011000010110111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6355; }

 p { color: rgb(252,99,85); }

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

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

 a { background-color: rgb(252,99,85); }

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

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

 span { border-color: rgb(252,99,85); }

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