Html Css Color HEX #FC726E Salmon

📋 copy color: '#FC726E'

red 252 ◦ green 114 ◦ blue 110

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

Shades of Salmon #FC726E

Tints of Salmon #FC726E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.11%

R = 52.94%
G = 23.95%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC726E (or 0xFC726E) is known color: Salmon. HEX triplet: FC, 72 and 6E. RGB value is (252,114,110). Sum of RGB (Red+Green+Blue) = 252+114+110=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 110 (43.36% from 255 or 23.11% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC726E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC726E is #038D91. Grayscale: #9A9A9A. Windows color (decimal): -232850 or 7238396. OLE color: 7238396.

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

Color convert

RGB 252 114 110 -
CMYK 0 0.55 0.56 0.01
HSL 1.69º 0.96% 0.71% -
HSV(B) 1.69º 0.56% 0.99% -
XYZ 48.98 33.86 18.71 -
YUV 154.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 252 114 110 0 0.55 0.56 0.01 1.69 0.96 0.71
Hex FC 72 6E 0 37 38 1 2 60 47
Octal 374 162 156 0 67 70 1 2 140 107
Binary 11111100 1110010 1101110 0 110111 111000 1 10 1100000 1000111

Color Harmonies of #FC726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC726E

Black with #FC726E

Text Example


Text Example

White with #FC726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC726E; }

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

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

background-color css

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

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

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

border-color css

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

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

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