Html Css Color HEX #F0866C Salmon

📋 copy color: '#F0866C'

red 240 ◦ green 134 ◦ blue 108

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

Shades of Salmon #F0866C

Tints of Salmon #F0866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 49.79%
G = 27.8%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0866C (or 0xF0866C) is known color: Salmon. HEX triplet: F0, 86 and 6C. RGB value is (240,134,108). Sum of RGB (Red+Green+Blue) = 240+134+108=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0866C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0866C is #0F7993. Grayscale: #A2A2A2. Windows color (decimal): -1014164 or 7112432. OLE color: 7112432.

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

Color convert

RGB 240 134 108 -
CMYK 0 0.44 0.55 0.06
HSL 11.82º 0.81% 0.68% -
HSV(B) 11.82º 0.55% 0.94% -
XYZ 47.17 36.66 18.78 -
YUV 162.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 240 134 108 0 0.44 0.55 0.06 11.82 0.81 0.68
Hex F0 86 6C 0 2C 37 6 C 51 44
Octal 360 206 154 0 54 67 6 14 121 104
Binary 11110000 10000110 1101100 0 101100 110111 110 1100 1010001 1000100

Color Harmonies of #F0866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0866C

Black with #F0866C

Text Example


Text Example

White with #F0866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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