Html Css Color HEX #F6836F Salmon

📋 copy color: '#F6836F'

red 246 ◦ green 131 ◦ blue 111

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

Shades of Salmon #F6836F

Tints of Salmon #F6836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.84%

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

R = 50.41%
G = 26.84%
B = 22.75%

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

#F6836F (or 0xF6836F) is known color: Salmon. HEX triplet: F6, 83 and 6F. RGB value is (246,131,111). Sum of RGB (Red+Green+Blue) = 246+131+111=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6836F is #097C90. Grayscale: #A3A3A3. Windows color (decimal): -621713 or 7308278. OLE color: 7308278.

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

Color convert

RGB 246 131 111 -
CMYK 0 0.47 0.55 0.04
HSL 8.89º 0.88% 0.7% -
HSV(B) 8.89º 0.55% 0.96% -
XYZ 48.99 36.97 19.59 -
YUV 163.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 246 131 111 0 0.47 0.55 0.04 8.89 0.88 0.7
Hex F6 83 6F 0 2F 37 4 9 58 46
Octal 366 203 157 0 57 67 4 11 130 106
Binary 11110110 10000011 1101111 0 101111 110111 100 1001 1011000 1000110

Color Harmonies of #F6836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6836F

Black with #F6836F

Text Example


Text Example

White with #F6836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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