Html Css Color HEX #FC7A66 Salmon

📋 copy color: '#FC7A66'

red 252 ◦ green 122 ◦ blue 102

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

Shades of Salmon #FC7A66

Tints of Salmon #FC7A66

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

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

R = 52.94%
G = 25.63%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC7A66 (or 0xFC7A66) is known color: Salmon. HEX triplet: FC, 7A and 66. RGB value is (252,122,102). Sum of RGB (Red+Green+Blue) = 252+122+102=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A66 is #038599. Grayscale: #9E9E9E. Windows color (decimal): -230810 or 6716156. OLE color: 6716156.

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

Color convert

RGB 252 122 102 -
CMYK 0 0.52 0.60 0.01
HSL 0.96% 0.69% -
HSV(B) 0.6% 0.99% -
XYZ 49.5 35.57 16.83 -
YUV 158.59 96.07 194.63 -
System Red Green Blue C M Y K H S L
Decimal 252 122 102 0 0.52 0.60 0.01 8 0.96 0.69
Hex FC 7A 66 0 34 3C 1 8 60 45
Octal 374 172 146 0 64 74 1 10 140 105
Binary 11111100 1111010 1100110 0 110100 111100 1 1000 1100000 1000101

Color Harmonies of #FC7A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A66

Black with #FC7A66

Text Example


Text Example

White with #FC7A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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