Html Css Color HEX #F58565 Salmon

📋 copy color: '#F58565'

red 245 ◦ green 133 ◦ blue 101

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

Shades of Salmon #F58565

Tints of Salmon #F58565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.77%

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 51.15%
G = 27.77%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F58565 (or 0xF58565) is known color: Salmon. HEX triplet: F5, 85 and 65. RGB value is (245,133,101). Sum of RGB (Red+Green+Blue) = 245+133+101=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F58565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58565 is #0A7A9A. Grayscale: #A3A3A3. Windows color (decimal): -686747 or 6653429. OLE color: 6653429.

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

Color convert

RGB 245 133 101 -
CMYK 0 0.46 0.59 0.04
HSL 13.33º 0.88% 0.68% -
HSV(B) 13.33º 0.59% 0.96% -
XYZ 48.39 37.13 16.93 -
YUV 162.84 93.11 186.6 -
System Red Green Blue C M Y K H S L
Decimal 245 133 101 0 0.46 0.59 0.04 13.33 0.88 0.68
Hex F5 85 65 0 2E 3B 4 D 58 44
Octal 365 205 145 0 56 73 4 15 130 104
Binary 11110101 10000101 1100101 0 101110 111011 100 1101 1011000 1000100

Color Harmonies of #F58565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58565

Black with #F58565

Text Example


Text Example

White with #F58565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58565; }

 p { color: rgb(245,133,101); }

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

background-color css

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

 a { background-color: rgb(245,133,101); }

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

border-color css

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

 span { border-color: rgb(245,133,101); }

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