Html Css Color HEX #F5826E Salmon

📋 copy color: '#F5826E'

red 245 ◦ green 130 ◦ blue 110

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

Shades of Salmon #F5826E

Tints of Salmon #F5826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.8%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 50.52%
G = 26.8%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5826E (or 0xF5826E) is known color: Salmon. HEX triplet: F5, 82 and 6E. RGB value is (245,130,110). Sum of RGB (Red+Green+Blue) = 245+130+110=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5826E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5826E is #0A7D91. Grayscale: #A2A2A2. Windows color (decimal): -687506 or 7242485. OLE color: 7242485.

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

Color convert

RGB 245 130 110 -
CMYK 0 0.47 0.55 0.04
HSL 8.89º 0.87% 0.7% -
HSV(B) 8.89º 0.55% 0.96% -
XYZ 48.45 36.5 19.24 -
YUV 162.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 245 130 110 0 0.47 0.55 0.04 8.89 0.87 0.7
Hex F5 82 6E 0 2F 37 4 9 57 46
Octal 365 202 156 0 57 67 4 11 127 106
Binary 11110101 10000010 1101110 0 101111 110111 100 1001 1010111 1000110

Color Harmonies of #F5826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5826E

Black with #F5826E

Text Example


Text Example

White with #F5826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5826E; }

 p { color: rgb(245,130,110); }

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

background-color css

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

 a { background-color: rgb(245,130,110); }

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

border-color css

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

 span { border-color: rgb(245,130,110); }

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