Html Css Color HEX #F0836F Salmon

📋 copy color: '#F0836F'

red 240 ◦ green 131 ◦ blue 111

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

Shades of Salmon #F0836F

Tints of Salmon #F0836F

RGB

 RED value IS 240 (94.14% from 255) = 49.79%

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

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

R = 49.79%
G = 27.18%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0836F (or 0xF0836F) is known color: Salmon. HEX triplet: F0, 83 and 6F. RGB value is (240,131,111). Sum of RGB (Red+Green+Blue) = 240+131+111=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 131 (51.56% from 255 or 27.18% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0836F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0836F is #0F7C90. Grayscale: #A1A1A1. Windows color (decimal): -1014929 or 7308272. OLE color: 7308272.

HSL color Cylindrical-coordinate representation of color #F0836F: hue angle of 9.3º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0836F is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 131 111 -
CMYK 0 0.45 0.54 0.06
HSL 9.3º 0.81% 0.69% -
HSV(B) 9.3º 0.54% 0.94% -
XYZ 46.92 35.91 19.5 -
YUV 161.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 240 131 111 0 0.45 0.54 0.06 9.3 0.81 0.69
Hex F0 83 6F 0 2D 36 6 9 51 45
Octal 360 203 157 0 55 66 6 11 121 105
Binary 11110000 10000011 1101111 0 101101 110110 110 1001 1010001 1000101

Color Harmonies of #F0836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0836F

Black with #F0836F

Text Example


Text Example

White with #F0836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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