Html Css Color HEX #FC8464 Salmon

📋 copy color: '#FC8464'

red 252 ◦ green 132 ◦ blue 100

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

Shades of Salmon #FC8464

Tints of Salmon #FC8464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.27%

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

R = 52.07%
G = 27.27%
B = 20.66%

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

#FC8464 (or 0xFC8464) is known color: Salmon. HEX triplet: FC, 84 and 64. RGB value is (252,132,100). Sum of RGB (Red+Green+Blue) = 252+132+100=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 132 (51.95% from 255 or 27.27% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8464 is #037B9B. Grayscale: #A4A4A4. Windows color (decimal): -228252 or 6587644. OLE color: 6587644.

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

Color convert

RGB 252 132 100 -
CMYK 0 0.48 0.60 0.01
HSL 12.63º 0.96% 0.69% -
HSV(B) 12.63º 0.6% 0.99% -
XYZ 50.7 38.12 16.74 -
YUV 164.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 252 132 100 0 0.48 0.60 0.01 12.63 0.96 0.69
Hex FC 84 64 0 30 3C 1 D 60 45
Octal 374 204 144 0 60 74 1 15 140 105
Binary 11111100 10000100 1100100 0 110000 111100 1 1101 1100000 1000101

Color Harmonies of #FC8464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8464

Black with #FC8464

Text Example


Text Example

White with #FC8464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8464; }

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

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

background-color css

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

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

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

border-color css

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

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

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