Html Css Color HEX #F0856E Salmon

📋 copy color: '#F0856E'

red 240 ◦ green 133 ◦ blue 110

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

Shades of Salmon #F0856E

Tints of Salmon #F0856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.54%

 BLUE value IS 110 (43.36% from 255) = 22.77%

R = 49.69%
G = 27.54%
B = 22.77%

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

#F0856E (or 0xF0856E) is known color: Salmon. HEX triplet: F0, 85 and 6E. RGB value is (240,133,110). Sum of RGB (Red+Green+Blue) = 240+133+110=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0856E is #0F7A91. Grayscale: #A2A2A2. Windows color (decimal): -1014418 or 7243248. OLE color: 7243248.

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

Color convert

RGB 240 133 110 -
CMYK 0 0.45 0.54 0.06
HSL 10.62º 0.81% 0.69% -
HSV(B) 10.62º 0.54% 0.94% -
XYZ 47.14 36.43 19.3 -
YUV 162.37 98.45 183.37 -
System Red Green Blue C M Y K H S L
Decimal 240 133 110 0 0.45 0.54 0.06 10.62 0.81 0.69
Hex F0 85 6E 0 2D 36 6 B 51 45
Octal 360 205 156 0 55 66 6 13 121 105
Binary 11110000 10000101 1101110 0 101101 110110 110 1011 1010001 1000101

Color Harmonies of #F0856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0856E

Black with #F0856E

Text Example


Text Example

White with #F0856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0856E; }

 p { color: rgb(240,133,110); }

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

background-color css

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

 a { background-color: rgb(240,133,110); }

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

border-color css

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

 span { border-color: rgb(240,133,110); }

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