Html Css Color HEX #F58367 Salmon

📋 copy color: '#F58367'

red 245 ◦ green 131 ◦ blue 103

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

Shades of Salmon #F58367

Tints of Salmon #F58367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.35%

 BLUE value IS 103 (40.63% from 255) = 21.5%

R = 51.15%
G = 27.35%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58367 (or 0xF58367) is known color: Salmon. HEX triplet: F5, 83 and 67. RGB value is (245,131,103). Sum of RGB (Red+Green+Blue) = 245+131+103=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F58367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58367 is #0A7C98. Grayscale: #A2A2A2. Windows color (decimal): -687257 or 6783989. OLE color: 6783989.

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

Color convert

RGB 245 131 103 -
CMYK 0 0.47 0.58 0.04
HSL 11.83º 0.88% 0.68% -
HSV(B) 11.83º 0.58% 0.96% -
XYZ 48.22 36.62 17.36 -
YUV 161.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 245 131 103 0 0.47 0.58 0.04 11.83 0.88 0.68
Hex F5 83 67 0 2F 3A 4 C 58 44
Octal 365 203 147 0 57 72 4 14 130 104
Binary 11110101 10000011 1100111 0 101111 111010 100 1100 1011000 1000100

Color Harmonies of #F58367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58367

Black with #F58367

Text Example


Text Example

White with #F58367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58367; }

 p { color: rgb(245,131,103); }

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

background-color css

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

 a { background-color: rgb(245,131,103); }

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

border-color css

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

 span { border-color: rgb(245,131,103); }

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