Html Css Color HEX #F6826F Salmon

📋 copy color: '#F6826F'

red 246 ◦ green 130 ◦ blue 111

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

Shades of Salmon #F6826F

Tints of Salmon #F6826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.79%

R = 50.51%
G = 26.69%
B = 22.79%

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

#F6826F (or 0xF6826F) is known color: Salmon. HEX triplet: F6, 82 and 6F. RGB value is (246,130,111). Sum of RGB (Red+Green+Blue) = 246+130+111=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6826F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6826F is #097D90. Grayscale: #A2A2A2. Windows color (decimal): -621969 or 7308022. OLE color: 7308022.

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

Color convert

RGB 246 130 111 -
CMYK 0 0.47 0.55 0.04
HSL 8.44º 0.88% 0.7% -
HSV(B) 8.44º 0.55% 0.96% -
XYZ 48.86 36.71 19.55 -
YUV 162.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 246 130 111 0 0.47 0.55 0.04 8.44 0.88 0.7
Hex F6 82 6F 0 2F 37 4 8 58 46
Octal 366 202 157 0 57 67 4 10 130 106
Binary 11110110 10000010 1101111 0 101111 110111 100 1000 1011000 1000110

Color Harmonies of #F6826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6826F

Black with #F6826F

Text Example


Text Example

White with #F6826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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