Html Css Color HEX #FC7E68 Salmon

📋 copy color: '#FC7E68'

red 252 ◦ green 126 ◦ blue 104

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

Shades of Salmon #FC7E68

Tints of Salmon #FC7E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.14%

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

R = 52.28%
G = 26.14%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC7E68 (or 0xFC7E68) is known color: Salmon. HEX triplet: FC, 7E and 68. RGB value is (252,126,104). Sum of RGB (Red+Green+Blue) = 252+126+104=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7E68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7E68 is #038197. Grayscale: #A1A1A1. Windows color (decimal): -229784 or 6848252. OLE color: 6848252.

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

Color convert

RGB 252 126 104 -
CMYK 0 0.5 0.59 0.01
HSL 8.92º 0.96% 0.7% -
HSV(B) 8.92º 0.59% 0.99% -
XYZ 50.1 36.62 17.52 -
YUV 161.17 95.74 192.79 -
System Red Green Blue C M Y K H S L
Decimal 252 126 104 0 0.5 0.59 0.01 8.92 0.96 0.7
Hex FC 7E 68 0 32 3B 1 9 60 46
Octal 374 176 150 0 62 73 1 11 140 106
Binary 11111100 1111110 1101000 0 110010 111011 1 1001 1100000 1000110

Color Harmonies of #FC7E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7E68

Black with #FC7E68

Text Example


Text Example

White with #FC7E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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