Html Css Color HEX #FC7B68 Salmon

📋 copy color: '#FC7B68'

red 252 ◦ green 123 ◦ blue 104

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

Shades of Salmon #FC7B68

Tints of Salmon #FC7B68

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.68%

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

R = 52.61%
G = 25.68%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FC7B68 (or 0xFC7B68) is known color: Salmon. HEX triplet: FC, 7B and 68. RGB value is (252,123,104). Sum of RGB (Red+Green+Blue) = 252+123+104=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B68 is #038497. Grayscale: #9F9F9F. Windows color (decimal): -230552 or 6847484. OLE color: 6847484.

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

Color convert

RGB 252 123 104 -
CMYK 0 0.51 0.59 0.01
HSL 7.7º 0.96% 0.7% -
HSV(B) 7.7º 0.59% 0.99% -
XYZ 49.73 35.86 17.4 -
YUV 159.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 252 123 104 0 0.51 0.59 0.01 7.7 0.96 0.7
Hex FC 7B 68 0 33 3B 1 8 60 46
Octal 374 173 150 0 63 73 1 10 140 106
Binary 11111100 1111011 1101000 0 110011 111011 1 1000 1100000 1000110

Color Harmonies of #FC7B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B68

Black with #FC7B68

Text Example


Text Example

White with #FC7B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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