Html Css Color HEX #FF8C74 Salmon

📋 copy color: '#FF8C74'

red 255 ◦ green 140 ◦ blue 116

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

Shades of Salmon #FF8C74

Tints of Salmon #FF8C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.7%

R = 49.9%
G = 27.4%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF8C74 (or 0xFF8C74) is known color: Salmon. HEX triplet: FF, 8C and 74. RGB value is (255,140,116). Sum of RGB (Red+Green+Blue) = 255+140+116=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C74 is #00738B. Grayscale: #ABABAB. Windows color (decimal): -29580 or 7638271. OLE color: 7638271.

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

Color convert

RGB 255 140 116 -
CMYK 0 0.45 0.55 0
HSL 10.36º 1% 0.73% -
HSV(B) 10.36º 0.55% 1% -
XYZ 53.77 41.28 21.66 -
YUV 171.65 96.6 187.45 -
System Red Green Blue C M Y K H S L
Decimal 255 140 116 0 0.45 0.55 0 10.36 1 0.73
Hex FF 8C 74 0 2D 37 0 A 64 49
Octal 377 214 164 0 55 67 0 12 144 111
Binary 11111111 10001100 1110100 0 101101 110111 0 1010 1100100 1001001

Color Harmonies of #FF8C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C74

Black with #FF8C74

Text Example


Text Example

White with #FF8C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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