Html Css Color HEX #FC685D Bittersweet

📋 copy color: '#FC685D'

red 252 ◦ green 104 ◦ blue 93

#FC685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FC685D

Tints of Bittersweet #FC685D

RGB

 RED value IS 252 (98.83% from 255) = 56.12%

 GREEN value IS 104 (41.02% from 255) = 23.16%

 BLUE value IS 93 (36.72% from 255) = 20.71%

R = 56.12%
G = 23.16%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC685D (or 0xFC685D) is known color: Bittersweet. HEX triplet: FC, 68 and 5D. RGB value is (252,104,93). Sum of RGB (Red+Green+Blue) = 252+104+93=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 104 (41.02% from 255 or 23.16% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FC685D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC685D is #0397A2. Grayscale: #939393. Windows color (decimal): -235427 or 6121724. OLE color: 6121724.

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

Color convert

RGB 252 104 93 -
CMYK 0 0.59 0.63 0.01
HSL 4.15º 0.96% 0.68% -
HSV(B) 4.15º 0.63% 0.99% -
XYZ 47.07 31.39 13.93 -
YUV 147 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 252 104 93 0 0.59 0.63 0.01 4.15 0.96 0.68
Hex FC 68 5D 0 3B 3F 1 4 60 44
Octal 374 150 135 0 73 77 1 4 140 104
Binary 11111100 1101000 1011101 0 111011 111111 1 100 1100000 1000100

Color Harmonies of #FC685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC685D

Black with #FC685D

Text Example


Text Example

White with #FC685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC685D; }

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

 H1.HeaderClassName
 {
   color: #FC685D;
 }
 .AnyTagClassName
 {
   color: #FC685D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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