Html Css Color HEX #FF8474 Salmon

📋 copy color: '#FF8474'

red 255 ◦ green 132 ◦ blue 116

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

Shades of Salmon #FF8474

Tints of Salmon #FF8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.24%

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

R = 50.7%
G = 26.24%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF8474 (or 0xFF8474) is known color: Salmon. HEX triplet: FF, 84 and 74. RGB value is (255,132,116). Sum of RGB (Red+Green+Blue) = 255+132+116=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8474 is #007B8B. Grayscale: #A7A7A7. Windows color (decimal): -31628 or 7636223. OLE color: 7636223.

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

Color convert

RGB 255 132 116 -
CMYK 0 0.48 0.55 0
HSL 6.91º 1% 0.73% -
HSV(B) 6.91º 0.55% 1% -
XYZ 52.64 39.02 21.28 -
YUV 166.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 255 132 116 0 0.48 0.55 0 6.91 1 0.73
Hex FF 84 74 0 30 37 0 7 64 49
Octal 377 204 164 0 60 67 0 7 144 111
Binary 11111111 10000100 1110100 0 110000 110111 0 111 1100100 1001001

Color Harmonies of #FF8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8474

Black with #FF8474

Text Example


Text Example

White with #FF8474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8474; }

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

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

background-color css

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

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

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

border-color css

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

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

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