Html Css Color HEX #F0856A Salmon

📋 copy color: '#F0856A'

red 240 ◦ green 133 ◦ blue 106

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

Shades of Salmon #F0856A

Tints of Salmon #F0856A

RGB

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

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

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

R = 50.1%
G = 27.77%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0856A (or 0xF0856A) is known color: Salmon. HEX triplet: F0, 85 and 6A. RGB value is (240,133,106). Sum of RGB (Red+Green+Blue) = 240+133+106=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F0856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0856A is #0F7A95. Grayscale: #A2A2A2. Windows color (decimal): -1014422 or 6981104. OLE color: 6981104.

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

Color convert

RGB 240 133 106 -
CMYK 0 0.45 0.56 0.06
HSL 12.09º 0.82% 0.68% -
HSV(B) 12.09º 0.56% 0.94% -
XYZ 46.92 36.34 18.18 -
YUV 161.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 240 133 106 0 0.45 0.56 0.06 12.09 0.82 0.68
Hex F0 85 6A 0 2D 38 6 C 52 44
Octal 360 205 152 0 55 70 6 14 122 104
Binary 11110000 10000101 1101010 0 101101 111000 110 1100 1010010 1000100

Color Harmonies of #F0856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0856A

Black with #F0856A

Text Example


Text Example

White with #F0856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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