#FD6A65

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

Shades of Bittersweet #FD6A65

Tints of Bittersweet #FD6A65

Color information

#FD6A65 (or 0xFD6A65) is unknown color: approx Bittersweet. HEX triplet: FD, 6A and 65. RGB value is (253,106,101). Sum of RGB (Red+Green+Blue) = 253+106+101=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 101 (39.84% from 255 or 21.96% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A65 is #02959A. Grayscale: #959595. Windows color (decimal): -169371 or 6646525. OLE color: 6646525.

HSL color Cylindrical-coordinate representation of color #FD6A65: hue angle of 1.97º 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 #FD6A65 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB253106101-
CMYK00.580.600.01
HSL1.97º97.44%69.41%-
HSV(B)1.97º60.08%99.22%-
XYZ48.0132.1315.98-
YUV149.38100.7201.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55%
GREEN value IS 106 (41.80% from 255) = 23.04%
BLUE value IS 101 (39.84% from 255) = 21.96%
R=55%
G=23.04%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25310610100.580.600.011.9797.4469.41
HexFD6A6503A3C126145
Octal3751521450727412141105
Binary1111110111010101100101011101011110011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6A65; }

 p { color: rgb(253,106,101); }

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

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

 a { background-color: rgb(253,106,101); }

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

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

 span { border-color: rgb(253,106,101); }

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