Html Css Color HEX #F58469 Salmon

📋 copy color: '#F58469'

red 245 ◦ green 132 ◦ blue 105

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

Shades of Salmon #F58469

Tints of Salmon #F58469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 50.83%
G = 27.39%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F58469 (or 0xF58469) is known color: Salmon. HEX triplet: F5, 84 and 69. RGB value is (245,132,105). Sum of RGB (Red+Green+Blue) = 245+132+105=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58469 is #0A7B96. Grayscale: #A2A2A2. Windows color (decimal): -686999 or 6915317. OLE color: 6915317.

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

Color convert

RGB 245 132 105 -
CMYK 0 0.46 0.57 0.04
HSL 11.57º 0.88% 0.69% -
HSV(B) 11.57º 0.57% 0.96% -
XYZ 48.46 36.93 17.94 -
YUV 162.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 245 132 105 0 0.46 0.57 0.04 11.57 0.88 0.69
Hex F5 84 69 0 2E 39 4 C 58 45
Octal 365 204 151 0 56 71 4 14 130 105
Binary 11110101 10000100 1101001 0 101110 111001 100 1100 1011000 1000101

Color Harmonies of #F58469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58469

Black with #F58469

Text Example


Text Example

White with #F58469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58469; }

 p { color: rgb(245,132,105); }

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

background-color css

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

 a { background-color: rgb(245,132,105); }

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

border-color css

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

 span { border-color: rgb(245,132,105); }

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