Html Css Color HEX #FF8C79 Salmon

📋 copy color: '#FF8C79'

red 255 ◦ green 140 ◦ blue 121

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

Shades of Salmon #FF8C79

Tints of Salmon #FF8C79

RGB

 RED value IS 255 (100% from 255) = 49.42%

 GREEN value IS 140 (55.08% from 255) = 27.13%

 BLUE value IS 121 (47.66% from 255) = 23.45%

R = 49.42%
G = 27.13%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF8C79 (or 0xFF8C79) is known color: Salmon. HEX triplet: FF, 8C and 79. RGB value is (255,140,121). Sum of RGB (Red+Green+Blue) = 255+140+121=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C79 is #007386. Grayscale: #ACACAC. Windows color (decimal): -29575 or 7965951. OLE color: 7965951.

HSL color Cylindrical-coordinate representation of color #FF8C79: hue angle of 8.51º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF8C79 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 140 121 -
CMYK 0 0.45 0.53 0
HSL 8.51º 1% 0.74% -
HSV(B) 8.51º 0.53% 1% -
XYZ 54.07 41.4 23.23 -
YUV 172.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 255 140 121 0 0.45 0.53 0 8.51 1 0.74
Hex FF 8C 79 0 2D 35 0 9 64 4A
Octal 377 214 171 0 55 65 0 11 144 112
Binary 11111111 10001100 1111001 0 101101 110101 0 1001 1100100 1001010

Color Harmonies of #FF8C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C79

Black with #FF8C79

Text Example


Text Example

White with #FF8C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C79; }

 p { color: rgb(255,140,121); }

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

background-color css

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

 a { background-color: rgb(255,140,121); }

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

border-color css

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

 span { border-color: rgb(255,140,121); }

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