Html Css Color HEX #FC8566 Salmon

📋 copy color: '#FC8566'

red 252 ◦ green 133 ◦ blue 102

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

Shades of Salmon #FC8566

Tints of Salmon #FC8566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.31%

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

R = 51.75%
G = 27.31%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8566 (or 0xFC8566) is known color: Salmon. HEX triplet: FC, 85 and 66. RGB value is (252,133,102). Sum of RGB (Red+Green+Blue) = 252+133+102=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 133 (52.34% from 255 or 27.31% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8566 is #037A99. Grayscale: #A5A5A5. Windows color (decimal): -227994 or 6718972. OLE color: 6718972.

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

Color convert

RGB 252 133 102 -
CMYK 0 0.47 0.60 0.01
HSL 12.4º 0.96% 0.69% -
HSV(B) 12.4º 0.6% 0.99% -
XYZ 50.93 38.43 17.3 -
YUV 165.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 252 133 102 0 0.47 0.60 0.01 12.4 0.96 0.69
Hex FC 85 66 0 2F 3C 1 C 60 45
Octal 374 205 146 0 57 74 1 14 140 105
Binary 11111100 10000101 1100110 0 101111 111100 1 1100 1100000 1000101

Color Harmonies of #FC8566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8566

Black with #FC8566

Text Example


Text Example

White with #FC8566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8566; }

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

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

background-color css

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

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

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

border-color css

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

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

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