Html Css Color HEX #FF8A74 Salmon

📋 copy color: '#FF8A74'

red 255 ◦ green 138 ◦ blue 116

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

Shades of Salmon #FF8A74

Tints of Salmon #FF8A74

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.11%

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

R = 50.1%
G = 27.11%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF8A74 (or 0xFF8A74) is known color: Salmon. HEX triplet: FF, 8A and 74. RGB value is (255,138,116). Sum of RGB (Red+Green+Blue) = 255+138+116=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A74 is #00758B. Grayscale: #AAAAAA. Windows color (decimal): -30092 or 7637759. OLE color: 7637759.

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

Color convert

RGB 255 138 116 -
CMYK 0 0.46 0.55 0
HSL 9.5º 1% 0.73% -
HSV(B) 9.5º 0.55% 1% -
XYZ 53.48 40.7 21.56 -
YUV 170.48 97.26 188.29 -
System Red Green Blue C M Y K H S L
Decimal 255 138 116 0 0.46 0.55 0 9.5 1 0.73
Hex FF 8A 74 0 2E 37 0 9 64 49
Octal 377 212 164 0 56 67 0 11 144 111
Binary 11111111 10001010 1110100 0 101110 110111 0 1001 1100100 1001001

Color Harmonies of #FF8A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A74

Black with #FF8A74

Text Example


Text Example

White with #FF8A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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