Html Css Color HEX #FC8675 Salmon

📋 copy color: '#FC8675'

red 252 ◦ green 134 ◦ blue 117

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

Shades of Salmon #FC8675

Tints of Salmon #FC8675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.26%

R = 50.1%
G = 26.64%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8675 (or 0xFC8675) is known color: Salmon. HEX triplet: FC, 86 and 75. RGB value is (252,134,117). Sum of RGB (Red+Green+Blue) = 252+134+117=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8675 is #03798A. Grayscale: #A7A7A7. Windows color (decimal): -227723 or 7702268. OLE color: 7702268.

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

Color convert

RGB 252 134 117 -
CMYK 0 0.47 0.54 0.01
HSL 7.56º 0.96% 0.72% -
HSV(B) 7.56º 0.54% 0.99% -
XYZ 51.88 39.03 21.63 -
YUV 167.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 252 134 117 0 0.47 0.54 0.01 7.56 0.96 0.72
Hex FC 86 75 0 2F 36 1 8 60 48
Octal 374 206 165 0 57 66 1 10 140 110
Binary 11111100 10000110 1110101 0 101111 110110 1 1000 1100000 1001000

Color Harmonies of #FC8675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8675

Black with #FC8675

Text Example


Text Example

White with #FC8675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8675; }

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

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

background-color css

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

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

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

border-color css

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

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

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