Html Css Color HEX #F58163 Salmon

📋 copy color: '#F58163'

red 245 ◦ green 129 ◦ blue 99

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

Shades of Salmon #F58163

Tints of Salmon #F58163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.27%

 BLUE value IS 99 (39.06% from 255) = 20.93%

R = 51.8%
G = 27.27%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#F58163 (or 0xF58163) is known color: Salmon. HEX triplet: F5, 81 and 63. RGB value is (245,129,99). Sum of RGB (Red+Green+Blue) = 245+129+99=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F58163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58163 is #0A7E9C. Grayscale: #A0A0A0. Windows color (decimal): -687773 or 6521333. OLE color: 6521333.

HSL color Cylindrical-coordinate representation of color #F58163: hue angle of 12.33º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F58163 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 129 99 -
CMYK 0 0.47 0.60 0.04
HSL 12.33º 0.88% 0.67% -
HSV(B) 12.33º 0.6% 0.96% -
XYZ 47.76 36.01 16.24 -
YUV 160.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 245 129 99 0 0.47 0.60 0.04 12.33 0.88 0.67
Hex F5 81 63 0 2F 3C 4 C 58 43
Octal 365 201 143 0 57 74 4 14 130 103
Binary 11110101 10000001 1100011 0 101111 111100 100 1100 1011000 1000011

Color Harmonies of #F58163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58163

Black with #F58163

Text Example


Text Example

White with #F58163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58163; }

 p { color: rgb(245,129,99); }

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

background-color css

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

 a { background-color: rgb(245,129,99); }

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

border-color css

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

 span { border-color: rgb(245,129,99); }

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