Html Css Color HEX #FC8064 Salmon

📋 copy color: '#FC8064'

red 252 ◦ green 128 ◦ blue 100

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

Shades of Salmon #FC8064

Tints of Salmon #FC8064

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.67%

 BLUE value IS 100 (39.45% from 255) = 20.83%

R = 52.5%
G = 26.67%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8064 (or 0xFC8064) is known color: Salmon. HEX triplet: FC, 80 and 64. RGB value is (252,128,100). Sum of RGB (Red+Green+Blue) = 252+128+100=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8064 is #037F9B. Grayscale: #A2A2A2. Windows color (decimal): -229276 or 6586620. OLE color: 6586620.

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

Color convert

RGB 252 128 100 -
CMYK 0 0.49 0.60 0.01
HSL 11.05º 0.96% 0.69% -
HSV(B) 11.05º 0.6% 0.99% -
XYZ 50.16 37.05 16.56 -
YUV 161.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 252 128 100 0 0.49 0.60 0.01 11.05 0.96 0.69
Hex FC 80 64 0 31 3C 1 B 60 45
Octal 374 200 144 0 61 74 1 13 140 105
Binary 11111100 10000000 1100100 0 110001 111100 1 1011 1100000 1000101

Color Harmonies of #FC8064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8064

Black with #FC8064

Text Example


Text Example

White with #FC8064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8064; }

 p { color: rgb(252,128,100); }

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

background-color css

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

 a { background-color: rgb(252,128,100); }

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

border-color css

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

 span { border-color: rgb(252,128,100); }

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