Html Css Color HEX #F0866A Salmon

📋 copy color: '#F0866A'

red 240 ◦ green 134 ◦ blue 106

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

Shades of Salmon #F0866A

Tints of Salmon #F0866A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.08%

R = 50%
G = 27.92%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0866A (or 0xF0866A) is known color: Salmon. HEX triplet: F0, 86 and 6A. RGB value is (240,134,106). Sum of RGB (Red+Green+Blue) = 240+134+106=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0866A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0866A is #0F7995. Grayscale: #A2A2A2. Windows color (decimal): -1014166 or 6981360. OLE color: 6981360.

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

Color convert

RGB 240 134 106 -
CMYK 0 0.44 0.56 0.06
HSL 12.54º 0.82% 0.68% -
HSV(B) 12.54º 0.56% 0.94% -
XYZ 47.06 36.62 18.22 -
YUV 162.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 240 134 106 0 0.44 0.56 0.06 12.54 0.82 0.68
Hex F0 86 6A 0 2C 38 6 D 52 44
Octal 360 206 152 0 54 70 6 15 122 104
Binary 11110000 10000110 1101010 0 101100 111000 110 1101 1010010 1000100

Color Harmonies of #F0866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0866A

Black with #F0866A

Text Example


Text Example

White with #F0866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0866A; }

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

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

background-color css

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

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

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

border-color css

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

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

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