Html Css Color HEX #FC685A Bittersweet

📋 copy color: '#FC685A'

red 252 ◦ green 104 ◦ blue 90

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

Shades of Bittersweet #FC685A

Tints of Bittersweet #FC685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 56.5%
G = 23.32%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#FC685A (or 0xFC685A) is known color: Bittersweet. HEX triplet: FC, 68 and 5A. RGB value is (252,104,90). Sum of RGB (Red+Green+Blue) = 252+104+90=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC685A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC685A is #0397A5. Grayscale: #929292. Windows color (decimal): -235430 or 5925116. OLE color: 5925116.

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

Color convert

RGB 252 104 90 -
CMYK 0 0.59 0.64 0.01
HSL 5.19º 0.96% 0.67% -
HSV(B) 5.19º 0.64% 0.99% -
XYZ 46.94 31.33 13.25 -
YUV 146.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 252 104 90 0 0.59 0.64 0.01 5.19 0.96 0.67
Hex FC 68 5A 0 3B 40 1 5 60 43
Octal 374 150 132 0 73 100 1 5 140 103
Binary 11111100 1101000 1011010 0 111011 1000000 1 101 1100000 1000011

Color Harmonies of #FC685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC685A

Black with #FC685A

Text Example


Text Example

White with #FC685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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