#FD6C61

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

Shades of Bittersweet #FD6C61

Tints of Bittersweet #FD6C61

Color information

#FD6C61 (or 0xFD6C61) is unknown color: approx Bittersweet. HEX triplet: FD, 6C and 61. RGB value is (253,108,97). Sum of RGB (Red+Green+Blue) = 253+108+97=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C61 is #02939E. Grayscale: #969696. Windows color (decimal): -168863 or 6384893. OLE color: 6384893.

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

Color convert

RGB25310897-
CMYK00.570.620.01
HSL4.23º97.5%68.63%-
HSV(B)4.23º61.66%99.22%-
XYZ48.0332.4715.05-
YUV150.198.04201.39-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.24%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 97 (38.28% from 255) = 21.18%
R=55.24%
G=23.58%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531089700.570.620.014.2397.568.63
HexFD6C610393E146245
Octal3751541410717614142105
Binary11111101110110011000010111001111110110011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C61; }

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

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

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

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

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

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

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

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