#FC685B

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

Shades of Bittersweet #FC685B

Tints of Bittersweet #FC685B

Color information

#FC685B (or 0xFC685B) is unknown color: approx Bittersweet. HEX triplet: FC, 68 and 5B. RGB value is (252,104,91). Sum of RGB (Red+Green+Blue) = 252+104+91=447 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.38% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 252 - color contains mainly: red. Hex color #FC685B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC685B is #0397A4. Grayscale: #929292. Windows color (decimal): -235429 or 5990652. OLE color: 5990652.

HSL color Cylindrical-coordinate representation of color #FC685B: hue angle of 4.84º degrees, saturation: 0.96, 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 #FC685B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25210491-
CMYK00.590.640.01
HSL4.84º96.41%67.25%-
HSV(B)4.84º63.89%98.82%-
XYZ46.9831.3513.47-
YUV146.7796.53203.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.38%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 91 (35.94% from 255) = 20.36%
R=56.38%
G=23.27%
B=20.36%

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
Decimal2521049100.590.640.014.8496.4167.25
HexFC685B03B40156043
Octal37415013307310015140103
Binary111111001101000101101101110111000000110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC685B; }

 p { color: rgb(252,104,91); }

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

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

 a { background-color: rgb(252,104,91); }

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

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

 span { border-color: rgb(252,104,91); }

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