#FD685A

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

Shades of Bittersweet #FD685A

Tints of Bittersweet #FD685A

Color information

#FD685A (or 0xFD685A) is unknown color: approx Bittersweet. HEX triplet: FD, 68 and 5A. RGB value is (253,104,90). Sum of RGB (Red+Green+Blue) = 253+104+90=447 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.60% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 253 - color contains mainly: red. Hex color #FD685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD685A is #0297A5. Grayscale: #939393. Windows color (decimal): -169894 or 5925117. OLE color: 5925117.

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

Color convert

RGB25310490-
CMYK00.590.640.01
HSL5.15º97.6%67.25%-
HSV(B)5.15º64.43%99.22%-
XYZ47.331.5213.26-
YUV146.9595.86203.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 56.60%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 90 (35.55% from 255) = 20.13%
R=56.60%
G=23.27%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531049000.590.640.015.1597.667.25
HexFD685A03B40156243
Octal37515013207310015142103
Binary111111011101000101101001110111000000110111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD685A; }

 p { color: rgb(253,104,90); }

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

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

 a { background-color: rgb(253,104,90); }

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

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

 span { border-color: rgb(253,104,90); }

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