Html Css Color HEX #F58866 Salmon

📋 copy color: '#F58866'

red 245 ◦ green 136 ◦ blue 102

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

Shades of Salmon #F58866

Tints of Salmon #F58866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.12%

R = 50.72%
G = 28.16%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58866 (or 0xF58866) is known color: Salmon. HEX triplet: F5, 88 and 66. RGB value is (245,136,102). Sum of RGB (Red+Green+Blue) = 245+136+102=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F58866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58866 is #0A7799. Grayscale: #A4A4A4. Windows color (decimal): -685978 or 6719733. OLE color: 6719733.

HSL color Cylindrical-coordinate representation of color #F58866: hue angle of 14.27º 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 #F58866 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 136 102 -
CMYK 0 0.44 0.58 0.04
HSL 14.27º 0.88% 0.68% -
HSV(B) 14.27º 0.58% 0.96% -
XYZ 48.86 37.98 17.33 -
YUV 164.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 245 136 102 0 0.44 0.58 0.04 14.27 0.88 0.68
Hex F5 88 66 0 2C 3A 4 E 58 44
Octal 365 210 146 0 54 72 4 16 130 104
Binary 11110101 10001000 1100110 0 101100 111010 100 1110 1011000 1000100

Color Harmonies of #F58866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58866

Black with #F58866

Text Example


Text Example

White with #F58866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58866; }

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

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

background-color css

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

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

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

border-color css

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

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

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