Html Css Color HEX #FC7A68 Salmon

📋 copy color: '#FC7A68'

red 252 ◦ green 122 ◦ blue 104

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

Shades of Salmon #FC7A68

Tints of Salmon #FC7A68

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.52%

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

R = 52.72%
G = 25.52%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC7A68 (or 0xFC7A68) is known color: Salmon. HEX triplet: FC, 7A and 68. RGB value is (252,122,104). Sum of RGB (Red+Green+Blue) = 252+122+104=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A68 is #038597. Grayscale: #9F9F9F. Windows color (decimal): -230808 or 6847228. OLE color: 6847228.

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

Color convert

RGB 252 122 104 -
CMYK 0 0.52 0.59 0.01
HSL 7.3º 0.96% 0.7% -
HSV(B) 7.3º 0.59% 0.99% -
XYZ 49.6 35.61 17.36 -
YUV 158.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 252 122 104 0 0.52 0.59 0.01 7.3 0.96 0.7
Hex FC 7A 68 0 34 3B 1 7 60 46
Octal 374 172 150 0 64 73 1 7 140 106
Binary 11111100 1111010 1101000 0 110100 111011 1 111 1100000 1000110

Color Harmonies of #FC7A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A68

Black with #FC7A68

Text Example


Text Example

White with #FC7A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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