Html Css Color HEX #FF8074 Salmon

📋 copy color: '#FF8074'

red 255 ◦ green 128 ◦ blue 116

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

Shades of Salmon #FF8074

Tints of Salmon #FF8074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.65%

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

R = 51.1%
G = 25.65%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF8074 (or 0xFF8074) is known color: Salmon. HEX triplet: FF, 80 and 74. RGB value is (255,128,116). Sum of RGB (Red+Green+Blue) = 255+128+116=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8074 is #007F8B. Grayscale: #A4A4A4. Windows color (decimal): -32652 or 7635199. OLE color: 7635199.

HSL color Cylindrical-coordinate representation of color #FF8074: hue angle of 5.18º 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 #FF8074 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 116 -
CMYK 0 0.50 0.55 0
HSL 5.18º 1% 0.73% -
HSV(B) 5.18º 0.55% 1% -
XYZ 52.11 37.96 21.1 -
YUV 164.61 100.58 192.48 -
System Red Green Blue C M Y K H S L
Decimal 255 128 116 0 0.50 0.55 0 5.18 1 0.73
Hex FF 80 74 0 32 37 0 5 64 49
Octal 377 200 164 0 62 67 0 5 144 111
Binary 11111111 10000000 1110100 0 110010 110111 0 101 1100100 1001001

Color Harmonies of #FF8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8074

Black with #FF8074

Text Example


Text Example

White with #FF8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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