Html Css Color HEX #FC8671 Salmon

📋 copy color: '#FC8671'

red 252 ◦ green 134 ◦ blue 113

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

Shades of Salmon #FC8671

Tints of Salmon #FC8671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 50.5%
G = 26.85%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8671 (or 0xFC8671) is known color: Salmon. HEX triplet: FC, 86 and 71. RGB value is (252,134,113). Sum of RGB (Red+Green+Blue) = 252+134+113=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8671 is #03798E. Grayscale: #A7A7A7. Windows color (decimal): -227727 or 7440124. OLE color: 7440124.

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

Color convert

RGB 252 134 113 -
CMYK 0 0.47 0.55 0.01
HSL 9.06º 0.96% 0.72% -
HSV(B) 9.06º 0.55% 0.99% -
XYZ 51.65 38.94 20.42 -
YUV 166.89 97.59 188.71 -
System Red Green Blue C M Y K H S L
Decimal 252 134 113 0 0.47 0.55 0.01 9.06 0.96 0.72
Hex FC 86 71 0 2F 37 1 9 60 48
Octal 374 206 161 0 57 67 1 11 140 110
Binary 11111100 10000110 1110001 0 101111 110111 1 1001 1100000 1001000

Color Harmonies of #FC8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8671

Black with #FC8671

Text Example


Text Example

White with #FC8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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