Html Css Color HEX #FC8866 Salmon

📋 copy color: '#FC8866'

red 252 ◦ green 136 ◦ blue 102

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

Shades of Salmon #FC8866

Tints of Salmon #FC8866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.76%

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

R = 51.43%
G = 27.76%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8866 (or 0xFC8866) is known color: Salmon. HEX triplet: FC, 88 and 66. RGB value is (252,136,102). Sum of RGB (Red+Green+Blue) = 252+136+102=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8866 is #037799. Grayscale: #A7A7A7. Windows color (decimal): -227226 or 6719740. OLE color: 6719740.

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

Color convert

RGB 252 136 102 -
CMYK 0 0.46 0.60 0.01
HSL 13.6º 0.96% 0.69% -
HSV(B) 13.6º 0.6% 0.99% -
XYZ 51.35 39.26 17.44 -
YUV 166.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 252 136 102 0 0.46 0.60 0.01 13.6 0.96 0.69
Hex FC 88 66 0 2E 3C 1 E 60 45
Octal 374 210 146 0 56 74 1 16 140 105
Binary 11111100 10001000 1100110 0 101110 111100 1 1110 1100000 1000101

Color Harmonies of #FC8866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8866

Black with #FC8866

Text Example


Text Example

White with #FC8866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8866; }

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

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

background-color css

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

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

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

border-color css

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

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

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