Html Css Color HEX #FC8679 Salmon

📋 copy color: '#FC8679'

red 252 ◦ green 134 ◦ blue 121

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

Shades of Salmon #FC8679

Tints of Salmon #FC8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.43%

 BLUE value IS 121 (47.66% from 255) = 23.87%

R = 49.7%
G = 26.43%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC8679 (or 0xFC8679) is known color: Salmon. HEX triplet: FC, 86 and 79. RGB value is (252,134,121). Sum of RGB (Red+Green+Blue) = 252+134+121=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 121 (47.66% from 255 or 23.87% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8679 is #037986. Grayscale: #A7A7A7. Windows color (decimal): -227719 or 7964412. OLE color: 7964412.

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

Color convert

RGB 252 134 121 -
CMYK 0 0.47 0.52 0.01
HSL 5.95º 0.96% 0.73% -
HSV(B) 5.95º 0.52% 0.99% -
XYZ 52.12 39.13 22.89 -
YUV 167.8 101.59 188.06 -
System Red Green Blue C M Y K H S L
Decimal 252 134 121 0 0.47 0.52 0.01 5.95 0.96 0.73
Hex FC 86 79 0 2F 34 1 6 60 49
Octal 374 206 171 0 57 64 1 6 140 111
Binary 11111100 10000110 1111001 0 101111 110100 1 110 1100000 1001001

Color Harmonies of #FC8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8679

Black with #FC8679

Text Example


Text Example

White with #FC8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8679; }

 p { color: rgb(252,134,121); }

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

background-color css

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

 a { background-color: rgb(252,134,121); }

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

border-color css

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

 span { border-color: rgb(252,134,121); }

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