Html Css Color HEX #FC706D Bittersweet

📋 copy color: '#FC706D'

red 252 ◦ green 112 ◦ blue 109

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

Shades of Bittersweet #FC706D

Tints of Bittersweet #FC706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 109 (42.97% from 255) = 23.04%

R = 53.28%
G = 23.68%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC706D (or 0xFC706D) is known color: Bittersweet. HEX triplet: FC, 70 and 6D. RGB value is (252,112,109). Sum of RGB (Red+Green+Blue) = 252+112+109=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FC706D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC706D is #038F92. Grayscale: #999999. Windows color (decimal): -233363 or 7172348. OLE color: 7172348.

HSL color Cylindrical-coordinate representation of color #FC706D: hue angle of 1.26º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FC706D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 109 -
CMYK 0 0.56 0.57 0.01
HSL 1.26º 0.96% 0.71% -
HSV(B) 1.26º 0.57% 0.99% -
XYZ 48.7 33.39 18.35 -
YUV 153.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 252 112 109 0 0.56 0.57 0.01 1.26 0.96 0.71
Hex FC 70 6D 0 38 39 1 1 60 47
Octal 374 160 155 0 70 71 1 1 140 107
Binary 11111100 1110000 1101101 0 111000 111001 1 1 1100000 1000111

Color Harmonies of #FC706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC706D

Black with #FC706D

Text Example


Text Example

White with #FC706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC706D; }

 p { color: rgb(252,112,109); }

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

background-color css

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

 a { background-color: rgb(252,112,109); }

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

border-color css

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

 span { border-color: rgb(252,112,109); }

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