Html Css Color HEX #F5876C Salmon

📋 copy color: '#F5876C'

red 245 ◦ green 135 ◦ blue 108

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

Shades of Salmon #F5876C

Tints of Salmon #F5876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.13%

R = 50.2%
G = 27.66%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5876C (or 0xF5876C) is known color: Salmon. HEX triplet: F5, 87 and 6C. RGB value is (245,135,108). Sum of RGB (Red+Green+Blue) = 245+135+108=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5876C is #0A7893. Grayscale: #A5A5A5. Windows color (decimal): -686228 or 7112693. OLE color: 7112693.

HSL color Cylindrical-coordinate representation of color #F5876C: hue angle of 11.82º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5876C is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 135 108 -
CMYK 0 0.45 0.56 0.04
HSL 11.82º 0.87% 0.69% -
HSV(B) 11.82º 0.56% 0.96% -
XYZ 49.03 37.82 18.9 -
YUV 164.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 245 135 108 0 0.45 0.56 0.04 11.82 0.87 0.69
Hex F5 87 6C 0 2D 38 4 C 57 45
Octal 365 207 154 0 55 70 4 14 127 105
Binary 11110101 10000111 1101100 0 101101 111000 100 1100 1010111 1000101

Color Harmonies of #F5876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5876C

Black with #F5876C

Text Example


Text Example

White with #F5876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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