Html Css Color HEX #F0886F Salmon

📋 copy color: '#F0886F'

red 240 ◦ green 136 ◦ blue 111

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

Shades of Salmon #F0886F

Tints of Salmon #F0886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 49.28%
G = 27.93%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#F0886F (or 0xF0886F) is known color: Salmon. HEX triplet: F0, 88 and 6F. RGB value is (240,136,111). Sum of RGB (Red+Green+Blue) = 240+136+111=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F0886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0886F is #0F7790. Grayscale: #A4A4A4. Windows color (decimal): -1013649 or 7309552. OLE color: 7309552.

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

Color convert

RGB 240 136 111 -
CMYK 0 0.43 0.54 0.06
HSL 11.63º 0.81% 0.69% -
HSV(B) 11.63º 0.54% 0.94% -
XYZ 47.61 37.28 19.73 -
YUV 164.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 240 136 111 0 0.43 0.54 0.06 11.63 0.81 0.69
Hex F0 88 6F 0 2B 36 6 C 51 45
Octal 360 210 157 0 53 66 6 14 121 105
Binary 11110000 10001000 1101111 0 101011 110110 110 1100 1010001 1000101

Color Harmonies of #F0886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0886F

Black with #F0886F

Text Example


Text Example

White with #F0886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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