Html Css Color HEX #FC726C Bittersweet

📋 copy color: '#FC726C'

red 252 ◦ green 114 ◦ blue 108

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

Shades of Bittersweet #FC726C

Tints of Bittersweet #FC726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 53.16%
G = 24.05%
B = 22.78%

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

#FC726C (or 0xFC726C) is known color: Bittersweet. HEX triplet: FC, 72 and 6C. RGB value is (252,114,108). Sum of RGB (Red+Green+Blue) = 252+114+108=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726C is #038D93. Grayscale: #9A9A9A. Windows color (decimal): -232852 or 7107324. OLE color: 7107324.

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

Color convert

RGB 252 114 108 -
CMYK 0 0.55 0.57 0.01
HSL 2.5º 0.96% 0.71% -
HSV(B) 2.5º 0.57% 0.99% -
XYZ 48.87 33.81 18.14 -
YUV 154.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 252 114 108 0 0.55 0.57 0.01 2.5 0.96 0.71
Hex FC 72 6C 0 37 39 1 2 60 47
Octal 374 162 154 0 67 71 1 2 140 107
Binary 11111100 1110010 1101100 0 110111 111001 1 10 1100000 1000111

Color Harmonies of #FC726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC726C

Black with #FC726C

Text Example


Text Example

White with #FC726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC726C; }

 p { color: rgb(252,114,108); }

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

background-color css

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

 a { background-color: rgb(252,114,108); }

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

border-color css

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

 span { border-color: rgb(252,114,108); }

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