Html Css Color HEX #F0866F Salmon

📋 copy color: '#F0866F'

red 240 ◦ green 134 ◦ blue 111

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

Shades of Salmon #F0866F

Tints of Salmon #F0866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.63%

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

R = 49.48%
G = 27.63%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0866F (or 0xF0866F) is known color: Salmon. HEX triplet: F0, 86 and 6F. RGB value is (240,134,111). Sum of RGB (Red+Green+Blue) = 240+134+111=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0866F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0866F is #0F7990. Grayscale: #A3A3A3. Windows color (decimal): -1014161 or 7309040. OLE color: 7309040.

HSL color Cylindrical-coordinate representation of color #F0866F: hue angle of 10.7º 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 #F0866F is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 134 111 -
CMYK 0 0.44 0.54 0.06
HSL 10.7º 0.81% 0.69% -
HSV(B) 10.7º 0.54% 0.94% -
XYZ 47.33 36.72 19.63 -
YUV 163.07 98.62 182.87 -
System Red Green Blue C M Y K H S L
Decimal 240 134 111 0 0.44 0.54 0.06 10.7 0.81 0.69
Hex F0 86 6F 0 2C 36 6 B 51 45
Octal 360 206 157 0 54 66 6 13 121 105
Binary 11110000 10000110 1101111 0 101100 110110 110 1011 1010001 1000101

Color Harmonies of #F0866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0866F

Black with #F0866F

Text Example


Text Example

White with #F0866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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