Html Css Color HEX #F5806E Salmon

📋 copy color: '#F5806E'

red 245 ◦ green 128 ◦ blue 110

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

Shades of Salmon #F5806E

Tints of Salmon #F5806E

RGB

 RED value IS 245 (96.09% from 255) = 50.72%

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

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 50.72%
G = 26.5%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5806E (or 0xF5806E) is known color: Salmon. HEX triplet: F5, 80 and 6E. RGB value is (245,128,110). Sum of RGB (Red+Green+Blue) = 245+128+110=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5806E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5806E is #0A7F91. Grayscale: #A1A1A1. Windows color (decimal): -688018 or 7241973. OLE color: 7241973.

HSL color Cylindrical-coordinate representation of color #F5806E: hue angle of 8º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F5806E is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 110 -
CMYK 0 0.48 0.55 0.04
HSL 0.87% 0.7% -
HSV(B) 0.55% 0.96% -
XYZ 48.19 35.98 19.16 -
YUV 160.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 245 128 110 0 0.48 0.55 0.04 8 0.87 0.7
Hex F5 80 6E 0 30 37 4 8 57 46
Octal 365 200 156 0 60 67 4 10 127 106
Binary 11110101 10000000 1101110 0 110000 110111 100 1000 1010111 1000110

Color Harmonies of #F5806E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5806E

Black with #F5806E

Text Example


Text Example

White with #F5806E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5806E; }

 p { color: rgb(245,128,110); }

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

background-color css

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

 a { background-color: rgb(245,128,110); }

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

border-color css

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

 span { border-color: rgb(245,128,110); }

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