#FD6C54

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

Shades of Bittersweet #FD6C54

Tints of Bittersweet #FD6C54

Color information

#FD6C54 (or 0xFD6C54) is unknown color: approx Bittersweet. HEX triplet: FD, 6C and 54. RGB value is (253,108,84). Sum of RGB (Red+Green+Blue) = 253+108+84=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C54 is #0293AB. Grayscale: #949494. Windows color (decimal): -168876 or 5532925. OLE color: 5532925.

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

Color convert

RGB25310884-
CMYK00.570.670.01
HSL8.52º97.69%66.08%-
HSV(B)8.52º66.8%99.22%-
XYZ47.4732.2512.11-
YUV148.6291.54202.45-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.85%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 84 (33.20% from 255) = 18.88%
R=56.85%
G=24.27%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531088400.570.670.018.5297.6966.08
HexFD6C5403943196242
Octal375154124071103111142102
Binary1111110111011001010100011100110000111100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C54; }

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

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

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

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

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

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

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

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