#FD6A62

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

Shades of Bittersweet #FD6A62

Tints of Bittersweet #FD6A62

Color information

#FD6A62 (or 0xFD6A62) is unknown color: approx Bittersweet. HEX triplet: FD, 6A and 62. RGB value is (253,106,98). Sum of RGB (Red+Green+Blue) = 253+106+98=457 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.36% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A62 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6A62 is #02959D. Grayscale: #959595. Windows color (decimal): -169374 or 6449917. OLE color: 6449917.

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

Color convert

RGB25310698-
CMYK00.580.610.01
HSL3.1º97.48%68.82%-
HSV(B)3.1º61.26%99.22%-
XYZ47.8732.0715.22-
YUV149.0499.2202.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.36%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=55.36%
G=23.19%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531069800.580.610.013.197.4868.82
HexFD6A6203A3D136145
Octal3751521420727513141105
Binary1111110111010101100010011101011110111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6A62; }

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

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

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

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

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

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

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

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