Html Css Color HEX #F5826B Salmon

📋 copy color: '#F5826B'

red 245 ◦ green 130 ◦ blue 107

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

Shades of Salmon #F5826B

Tints of Salmon #F5826B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.2%

R = 50.83%
G = 26.97%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5826B (or 0xF5826B) is known color: Salmon. HEX triplet: F5, 82 and 6B. RGB value is (245,130,107). Sum of RGB (Red+Green+Blue) = 245+130+107=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 107 (42.19% from 255 or 22.20% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5826B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5826B is #0A7D94. Grayscale: #A1A1A1. Windows color (decimal): -687509 or 7045877. OLE color: 7045877.

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

Color convert

RGB 245 130 107 -
CMYK 0 0.47 0.56 0.04
HSL 10º 0.87% 0.69% -
HSV(B) 10º 0.56% 0.96% -
XYZ 48.29 36.44 18.4 -
YUV 161.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 245 130 107 0 0.47 0.56 0.04 10 0.87 0.69
Hex F5 82 6B 0 2F 38 4 A 57 45
Octal 365 202 153 0 57 70 4 12 127 105
Binary 11110101 10000010 1101011 0 101111 111000 100 1010 1010111 1000101

Color Harmonies of #F5826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5826B

Black with #F5826B

Text Example


Text Example

White with #F5826B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5826B; }

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

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

background-color css

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

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

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

border-color css

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

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

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