Html Css Color HEX #F58062 Salmon

📋 copy color: '#F58062'

red 245 ◦ green 128 ◦ blue 98

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

Shades of Salmon #F58062

Tints of Salmon #F58062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.81%

R = 52.02%
G = 27.18%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.04

RGB Variations

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

Color information

#F58062 (or 0xF58062) is known color: Salmon. HEX triplet: F5, 80 and 62. RGB value is (245,128,98). Sum of RGB (Red+Green+Blue) = 245+128+98=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F58062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58062 is #0A7F9D. Grayscale: #9F9F9F. Windows color (decimal): -688030 or 6455541. OLE color: 6455541.

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

Color convert

RGB 245 128 98 -
CMYK 0 0.48 0.6 0.04
HSL 12.24º 0.88% 0.67% -
HSV(B) 12.24º 0.6% 0.96% -
XYZ 47.58 35.73 15.94 -
YUV 159.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 245 128 98 0 0.48 0.6 0.04 12.24 0.88 0.67
Hex F5 80 62 0 30 3C 4 C 58 43
Octal 365 200 142 0 60 74 4 14 130 103
Binary 11110101 10000000 1100010 0 110000 111100 100 1100 1011000 1000011

Color Harmonies of #F58062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58062

Black with #F58062

Text Example


Text Example

White with #F58062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58062; }

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

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

background-color css

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

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

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

border-color css

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

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

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