Html Css Color HEX #F58966 Salmon

📋 copy color: '#F58966'

red 245 ◦ green 137 ◦ blue 102

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

Shades of Salmon #F58966

Tints of Salmon #F58966

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.31%

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

R = 50.62%
G = 28.31%
B = 21.07%

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

#F58966 (or 0xF58966) is known color: Salmon. HEX triplet: F5, 89 and 66. RGB value is (245,137,102). Sum of RGB (Red+Green+Blue) = 245+137+102=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F58966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58966 is #0A7699. Grayscale: #A5A5A5. Windows color (decimal): -685722 or 6719989. OLE color: 6719989.

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

Color convert

RGB 245 137 102 -
CMYK 0 0.44 0.58 0.04
HSL 14.69º 0.88% 0.68% -
HSV(B) 14.69º 0.58% 0.96% -
XYZ 49 38.26 17.37 -
YUV 165.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 245 137 102 0 0.44 0.58 0.04 14.69 0.88 0.68
Hex F5 89 66 0 2C 3A 4 F 58 44
Octal 365 211 146 0 54 72 4 17 130 104
Binary 11110101 10001001 1100110 0 101100 111010 100 1111 1011000 1000100

Color Harmonies of #F58966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58966

Black with #F58966

Text Example


Text Example

White with #F58966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58966; }

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

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

background-color css

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

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

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

border-color css

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

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

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