Html Css Color HEX #FC8466 Salmon

📋 copy color: '#FC8466'

red 252 ◦ green 132 ◦ blue 102

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

Shades of Salmon #FC8466

Tints of Salmon #FC8466

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.16%

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

R = 51.85%
G = 27.16%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8466 (or 0xFC8466) is known color: Salmon. HEX triplet: FC, 84 and 66. RGB value is (252,132,102). Sum of RGB (Red+Green+Blue) = 252+132+102=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8466 is #037B99. Grayscale: #A4A4A4. Windows color (decimal): -228250 or 6718716. OLE color: 6718716.

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

Color convert

RGB 252 132 102 -
CMYK 0 0.48 0.60 0.01
HSL 12º 0.96% 0.69% -
HSV(B) 12º 0.6% 0.99% -
XYZ 50.79 38.16 17.26 -
YUV 164.46 92.76 190.44 -
System Red Green Blue C M Y K H S L
Decimal 252 132 102 0 0.48 0.60 0.01 12 0.96 0.69
Hex FC 84 66 0 30 3C 1 C 60 45
Octal 374 204 146 0 60 74 1 14 140 105
Binary 11111100 10000100 1100110 0 110000 111100 1 1100 1100000 1000101

Color Harmonies of #FC8466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8466

Black with #FC8466

Text Example


Text Example

White with #FC8466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8466; }

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

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

background-color css

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

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

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

border-color css

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

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

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