#FD6C64

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

Shades of Bittersweet #FD6C64

Tints of Bittersweet #FD6C64

Color information

#FD6C64 (or 0xFD6C64) is unknown color: approx Bittersweet. HEX triplet: FD, 6C and 64. RGB value is (253,108,100). Sum of RGB (Red+Green+Blue) = 253+108+100=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C64 is #02939B. Grayscale: #969696. Windows color (decimal): -168860 or 6581501. OLE color: 6581501.

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

Color convert

RGB253108100-
CMYK00.570.600.01
HSL3.14º97.45%69.22%-
HSV(B)3.14º60.47%99.22%-
XYZ48.1732.5315.8-
YUV150.4499.54201.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.88%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 100 (39.45% from 255) = 21.69%
R=54.88%
G=23.43%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310810000.570.600.013.1497.4569.22
HexFD6C640393C136145
Octal3751541440717413141105
Binary1111110111011001100100011100111110011111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C64; }

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

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

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

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

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

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

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

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