#FD655F

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

Shades of Bittersweet #FD655F

Tints of Bittersweet #FD655F

Color information

#FD655F (or 0xFD655F) is unknown color: approx Bittersweet. HEX triplet: FD, 65 and 5F. RGB value is (253,101,95). Sum of RGB (Red+Green+Blue) = 253+101+95=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 95 (37.5% from 255 or 21.16% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD655F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD655F is #029AA0. Grayscale: #919191. Windows color (decimal): -170657 or 6252029. OLE color: 6252029.

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

Color convert

RGB25310195-
CMYK00.600.620.01
HSL2.28º97.53%68.24%-
HSV(B)2.28º62.45%99.22%-
XYZ47.2331.0214.32-
YUV145.7699.36204.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.35%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 95 (37.5% from 255) = 21.16%
R=56.35%
G=22.49%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531019500.600.620.012.2897.5368.24
HexFD655F03C3E126244
Octal3751451370747612142104
Binary1111110111001011011111011110011111011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD655F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD655F; }

 p { color: rgb(253,101,95); }

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

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

 a { background-color: rgb(253,101,95); }

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

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

 span { border-color: rgb(253,101,95); }

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