Html Css Color HEX #F58874 Salmon

📋 copy color: '#F58874'

red 245 ◦ green 136 ◦ blue 116

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

Shades of Salmon #F58874

Tints of Salmon #F58874

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.36%

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

R = 49.3%
G = 27.36%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#F58874 (or 0xF58874) is known color: Salmon. HEX triplet: F5, 88 and 74. RGB value is (245,136,116). Sum of RGB (Red+Green+Blue) = 245+136+116=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58874 is #0A778B. Grayscale: #A6A6A6. Windows color (decimal): -685964 or 7637237. OLE color: 7637237.

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

Color convert

RGB 245 136 116 -
CMYK 0 0.44 0.53 0.04
HSL 9.3º 0.87% 0.71% -
HSV(B) 9.3º 0.53% 0.96% -
XYZ 49.61 38.28 21.3 -
YUV 166.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 245 136 116 0 0.44 0.53 0.04 9.3 0.87 0.71
Hex F5 88 74 0 2C 35 4 9 57 47
Octal 365 210 164 0 54 65 4 11 127 107
Binary 11110101 10001000 1110100 0 101100 110101 100 1001 1010111 1000111

Color Harmonies of #F58874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58874

Black with #F58874

Text Example


Text Example

White with #F58874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58874; }

 p { color: rgb(245,136,116); }

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

background-color css

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

 a { background-color: rgb(245,136,116); }

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

border-color css

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

 span { border-color: rgb(245,136,116); }

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