#FD6C5E

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

Shades of Bittersweet #FD6C5E

Tints of Bittersweet #FD6C5E

Color information

#FD6C5E (or 0xFD6C5E) is unknown color: approx Bittersweet. HEX triplet: FD, 6C and 5E. RGB value is (253,108,94). Sum of RGB (Red+Green+Blue) = 253+108+94=455 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.60% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C5E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD6C5E is #0293A1. Grayscale: #959595. Windows color (decimal): -168866 or 6188285. OLE color: 6188285.

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

Color convert

RGB25310894-
CMYK00.570.630.01
HSL5.28º97.55%68.04%-
HSV(B)5.28º62.85%99.22%-
XYZ47.8932.4214.32-
YUV149.7696.54201.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 55.60%
GREEN value IS 108 (42.58% from 255) = 23.74%
BLUE value IS 94 (37.11% from 255) = 20.66%
R=55.60%
G=23.74%
B=20.66%

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
Decimal2531089400.570.630.015.2897.5568.04
HexFD6C5E0393F156244
Octal3751541360717715142104
Binary11111101110110010111100111001111111110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6C5E; }

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

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

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

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

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

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

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

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