Html Css Color HEX #F58766 Salmon

📋 copy color: '#F58766'

red 245 ◦ green 135 ◦ blue 102

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

Shades of Salmon #F58766

Tints of Salmon #F58766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.01%

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

R = 50.83%
G = 28.01%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F58766 (or 0xF58766) is known color: Salmon. HEX triplet: F5, 87 and 66. RGB value is (245,135,102). Sum of RGB (Red+Green+Blue) = 245+135+102=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F58766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58766 is #0A7899. Grayscale: #A4A4A4. Windows color (decimal): -686234 or 6719477. OLE color: 6719477.

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

Color convert

RGB 245 135 102 -
CMYK 0 0.45 0.58 0.04
HSL 13.85º 0.88% 0.68% -
HSV(B) 13.85º 0.58% 0.96% -
XYZ 48.72 37.7 17.28 -
YUV 164.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 245 135 102 0 0.45 0.58 0.04 13.85 0.88 0.68
Hex F5 87 66 0 2D 3A 4 E 58 44
Octal 365 207 146 0 55 72 4 16 130 104
Binary 11110101 10000111 1100110 0 101101 111010 100 1110 1011000 1000100

Color Harmonies of #F58766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58766

Black with #F58766

Text Example


Text Example

White with #F58766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58766; }

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

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

background-color css

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

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

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

border-color css

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

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

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