Html Css Color HEX #F58768 Salmon

📋 copy color: '#F58768'

red 245 ◦ green 135 ◦ blue 104

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

Shades of Salmon #F58768

Tints of Salmon #F58768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 50.62%
G = 27.89%
B = 21.49%

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

#F58768 (or 0xF58768) is known color: Salmon. HEX triplet: F5, 87 and 68. RGB value is (245,135,104). Sum of RGB (Red+Green+Blue) = 245+135+104=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F58768 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58768 is #0A7897. Grayscale: #A4A4A4. Windows color (decimal): -686232 or 6850549. OLE color: 6850549.

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

Color convert

RGB 245 135 104 -
CMYK 0 0.45 0.58 0.04
HSL 13.19º 0.88% 0.68% -
HSV(B) 13.19º 0.58% 0.96% -
XYZ 48.82 37.74 17.81 -
YUV 164.36 93.94 185.52 -
System Red Green Blue C M Y K H S L
Decimal 245 135 104 0 0.45 0.58 0.04 13.19 0.88 0.68
Hex F5 87 68 0 2D 3A 4 D 58 44
Octal 365 207 150 0 55 72 4 15 130 104
Binary 11110101 10000111 1101000 0 101101 111010 100 1101 1011000 1000100

Color Harmonies of #F58768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F58768

Black with #F58768

Text Example


Text Example

White with #F58768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F58768; }

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

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

background-color css

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

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

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

border-color css

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

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

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