Html Css Color HEX #FC8766 Salmon

📋 copy color: '#FC8766'

red 252 ◦ green 135 ◦ blue 102

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

Shades of Salmon #FC8766

Tints of Salmon #FC8766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.61%

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

R = 51.53%
G = 27.61%
B = 20.86%

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

#FC8766 (or 0xFC8766) is known color: Salmon. HEX triplet: FC, 87 and 66. RGB value is (252,135,102). Sum of RGB (Red+Green+Blue) = 252+135+102=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 102 (40.23% from 255 or 20.86% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8766 is #037899. Grayscale: #A6A6A6. Windows color (decimal): -227482 or 6719484. OLE color: 6719484.

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

Color convert

RGB 252 135 102 -
CMYK 0 0.46 0.60 0.01
HSL 13.2º 0.96% 0.69% -
HSV(B) 13.2º 0.6% 0.99% -
XYZ 51.21 38.98 17.4 -
YUV 166.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 252 135 102 0 0.46 0.60 0.01 13.2 0.96 0.69
Hex FC 87 66 0 2E 3C 1 D 60 45
Octal 374 207 146 0 56 74 1 15 140 105
Binary 11111100 10000111 1100110 0 101110 111100 1 1101 1100000 1000101

Color Harmonies of #FC8766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8766

Black with #FC8766

Text Example


Text Example

White with #FC8766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8766; }

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

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

background-color css

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

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

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

border-color css

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

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

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