Html Css Color HEX #FC716D Bittersweet

📋 copy color: '#FC716D'

red 252 ◦ green 113 ◦ blue 109

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

Shades of Bittersweet #FC716D

Tints of Bittersweet #FC716D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

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

R = 53.16%
G = 23.84%
B = 23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC716D (or 0xFC716D) is known color: Bittersweet. HEX triplet: FC, 71 and 6D. RGB value is (252,113,109). Sum of RGB (Red+Green+Blue) = 252+113+109=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC716D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC716D is #038E92. Grayscale: #9A9A9A. Windows color (decimal): -233107 or 7172604. OLE color: 7172604.

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

Color convert

RGB 252 113 109 -
CMYK 0 0.55 0.57 0.01
HSL 1.68º 0.96% 0.71% -
HSV(B) 1.68º 0.57% 0.99% -
XYZ 48.81 33.61 18.38 -
YUV 154.11 102.55 197.83 -
System Red Green Blue C M Y K H S L
Decimal 252 113 109 0 0.55 0.57 0.01 1.68 0.96 0.71
Hex FC 71 6D 0 37 39 1 2 60 47
Octal 374 161 155 0 67 71 1 2 140 107
Binary 11111100 1110001 1101101 0 110111 111001 1 10 1100000 1000111

Color Harmonies of #FC716D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC716D

Black with #FC716D

Text Example


Text Example

White with #FC716D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC716D; }

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

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

background-color css

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

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

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

border-color css

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

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

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