Html Css Color HEX #FC8366 Salmon

📋 copy color: '#FC8366'

red 252 ◦ green 131 ◦ blue 102

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

Shades of Salmon #FC8366

Tints of Salmon #FC8366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.01%

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

R = 51.96%
G = 27.01%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8366 (or 0xFC8366) is known color: Salmon. HEX triplet: FC, 83 and 66. RGB value is (252,131,102). Sum of RGB (Red+Green+Blue) = 252+131+102=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8366 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8366 is #037C99. Grayscale: #A4A4A4. Windows color (decimal): -228506 or 6718460. OLE color: 6718460.

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

Color convert

RGB 252 131 102 -
CMYK 0 0.48 0.60 0.01
HSL 11.6º 0.96% 0.69% -
HSV(B) 11.6º 0.6% 0.99% -
XYZ 50.66 37.89 17.21 -
YUV 163.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 252 131 102 0 0.48 0.60 0.01 11.6 0.96 0.69
Hex FC 83 66 0 30 3C 1 C 60 45
Octal 374 203 146 0 60 74 1 14 140 105
Binary 11111100 10000011 1100110 0 110000 111100 1 1100 1100000 1000101

Color Harmonies of #FC8366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8366

Black with #FC8366

Text Example


Text Example

White with #FC8366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8366; }

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

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

background-color css

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

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

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

border-color css

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

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

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