#FD6C55

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

Shades of Bittersweet #FD6C55

Tints of Bittersweet #FD6C55

Color information

#FD6C55 (or 0xFD6C55) is unknown color: approx Bittersweet. HEX triplet: FD, 6C and 55. RGB value is (253,108,85). Sum of RGB (Red+Green+Blue) = 253+108+85=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 85 (33.59% from 255 or 19.06% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C55 is #0293AA. Grayscale: #949494. Windows color (decimal): -168875 or 5598461. OLE color: 5598461.

HSL color Cylindrical-coordinate representation of color #FD6C55: hue angle of 8.21º degrees, saturation: 0.98, 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 #FD6C55 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB25310885-
CMYK00.570.660.01
HSL8.21º97.67%66.27%-
HSV(B)8.21º66.4%99.22%-
XYZ47.5132.2612.32-
YUV148.7392.04202.37-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.73%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 85 (33.59% from 255) = 19.06%
R=56.73%
G=24.22%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531088500.570.660.018.2197.6766.27
HexFD6C5503942186242
Octal375154125071102110142102
Binary1111110111011001010101011100110000101100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C55; }

 p { color: rgb(253,108,85); }

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

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

 a { background-color: rgb(253,108,85); }

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

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

 span { border-color: rgb(253,108,85); }

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