Html Css Color HEX #FC8468 Salmon

📋 copy color: '#FC8468'

red 252 ◦ green 132 ◦ blue 104

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

Shades of Salmon #FC8468

Tints of Salmon #FC8468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 51.64%
G = 27.05%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC8468 (or 0xFC8468) is known color: Salmon. HEX triplet: FC, 84 and 68. RGB value is (252,132,104). Sum of RGB (Red+Green+Blue) = 252+132+104=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8468 is #037B97. Grayscale: #A4A4A4. Windows color (decimal): -228248 or 6849788. OLE color: 6849788.

HSL color Cylindrical-coordinate representation of color #FC8468: hue angle of 11.35º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC8468 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 132 104 -
CMYK 0 0.48 0.59 0.01
HSL 11.35º 0.96% 0.7% -
HSV(B) 11.35º 0.59% 0.99% -
XYZ 50.89 38.2 17.79 -
YUV 164.69 93.76 190.28 -
System Red Green Blue C M Y K H S L
Decimal 252 132 104 0 0.48 0.59 0.01 11.35 0.96 0.7
Hex FC 84 68 0 30 3B 1 B 60 46
Octal 374 204 150 0 60 73 1 13 140 106
Binary 11111100 10000100 1101000 0 110000 111011 1 1011 1100000 1000110

Color Harmonies of #FC8468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8468

Black with #FC8468

Text Example


Text Example

White with #FC8468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8468; }

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

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

background-color css

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

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

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

border-color css

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

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

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