Html Css Color HEX #F6827A Salmon

📋 copy color: '#F6827A'

red 246 ◦ green 130 ◦ blue 122

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

Shades of Salmon #F6827A

Tints of Salmon #F6827A

RGB

 RED value IS 246 (96.48% from 255) = 49.4%

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

 BLUE value IS 122 (48.05% from 255) = 24.5%

R = 49.4%
G = 26.1%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F6827A (or 0xF6827A) is known color: Salmon. HEX triplet: F6, 82 and 7A. RGB value is (246,130,122). Sum of RGB (Red+Green+Blue) = 246+130+122=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 130 (51.17% from 255 or 26.10% from 498); Blue value is 122 (48.05% from 255 or 24.50% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F6827A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6827A is #097D85. Grayscale: #A3A3A3. Windows color (decimal): -621958 or 8028918. OLE color: 8028918.

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

Color convert

RGB 246 130 122 -
CMYK 0 0.47 0.50 0.04
HSL 3.87º 0.87% 0.72% -
HSV(B) 3.87º 0.5% 0.96% -
XYZ 49.5 36.96 22.94 -
YUV 163.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 246 130 122 0 0.47 0.50 0.04 3.87 0.87 0.72
Hex F6 82 7A 0 2F 32 4 4 57 48
Octal 366 202 172 0 57 62 4 4 127 110
Binary 11110110 10000010 1111010 0 101111 110010 100 100 1010111 1001000

Color Harmonies of #F6827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6827A

Black with #F6827A

Text Example


Text Example

White with #F6827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6827A; }

 p { color: rgb(246,130,122); }

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

background-color css

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

 a { background-color: rgb(246,130,122); }

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

border-color css

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

 span { border-color: rgb(246,130,122); }

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