#FD6D5E

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

Shades of Bittersweet #FD6D5E

Tints of Bittersweet #FD6D5E

Color information

#FD6D5E (or 0xFD6D5E) is unknown color: approx Bittersweet. HEX triplet: FD, 6D and 5E. RGB value is (253,109,94). Sum of RGB (Red+Green+Blue) = 253+109+94=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6D5E is #0292A1. Grayscale: #969696. Windows color (decimal): -168610 or 6188541. OLE color: 6188541.

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

Color convert

RGB25310994-
CMYK00.570.630.01
HSL5.66º97.55%68.04%-
HSV(B)5.66º62.85%99.22%-
XYZ4832.6314.36-
YUV150.3596.21201.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.48%
GREEN value IS 109 (42.97% from 255) = 23.90%
BLUE value IS 94 (37.11% from 255) = 20.61%
R=55.48%
G=23.90%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531099400.570.630.015.6697.5568.04
HexFD6D5E0393F166244
Octal3751551360717716142104
Binary11111101110110110111100111001111111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6D5E; }

 p { color: rgb(253,109,94); }

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

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

 a { background-color: rgb(253,109,94); }

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

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

 span { border-color: rgb(253,109,94); }

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