Html Css Color HEX #FC7D66 Salmon

📋 copy color: '#FC7D66'

red 252 ◦ green 125 ◦ blue 102

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

Shades of Salmon #FC7D66

Tints of Salmon #FC7D66

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.1%

 BLUE value IS 102 (40.23% from 255) = 21.29%

R = 52.61%
G = 26.1%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7D66 (or 0xFC7D66) is known color: Salmon. HEX triplet: FC, 7D and 66. RGB value is (252,125,102). Sum of RGB (Red+Green+Blue) = 252+125+102=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 102 (40.23% from 255 or 21.29% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7D66 is #038299. Grayscale: #A0A0A0. Windows color (decimal): -230042 or 6716924. OLE color: 6716924.

HSL color Cylindrical-coordinate representation of color #FC7D66: hue angle of 9.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC7D66 is Cyan = 0, Magento = 0.50, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 125 102 -
CMYK 0 0.50 0.60 0.01
HSL 9.2º 0.96% 0.69% -
HSV(B) 9.2º 0.6% 0.99% -
XYZ 49.88 36.32 16.95 -
YUV 160.35 95.08 193.37 -
System Red Green Blue C M Y K H S L
Decimal 252 125 102 0 0.50 0.60 0.01 9.2 0.96 0.69
Hex FC 7D 66 0 32 3C 1 9 60 45
Octal 374 175 146 0 62 74 1 11 140 105
Binary 11111100 1111101 1100110 0 110010 111100 1 1001 1100000 1000101

Color Harmonies of #FC7D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D66

Black with #FC7D66

Text Example


Text Example

White with #FC7D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D66; }

 p { color: rgb(252,125,102); }

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

background-color css

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

 a { background-color: rgb(252,125,102); }

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

border-color css

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

 span { border-color: rgb(252,125,102); }

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