Html Css Color HEX #FF886F Salmon

📋 copy color: '#FF886F'

red 255 ◦ green 136 ◦ blue 111

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

Shades of Salmon #FF886F

Tints of Salmon #FF886F

RGB

 RED value IS 255 (100% from 255) = 50.8%

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

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

R = 50.8%
G = 27.09%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF886F (or 0xFF886F) is known color: Salmon. HEX triplet: FF, 88 and 6F. RGB value is (255,136,111). Sum of RGB (Red+Green+Blue) = 255+136+111=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 111 (43.75% from 255 or 22.11% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF886F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF886F is #007790. Grayscale: #A8A8A8. Windows color (decimal): -30609 or 7309567. OLE color: 7309567.

HSL color Cylindrical-coordinate representation of color #FF886F: hue angle of 10.42º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF886F is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 136 111 -
CMYK 0 0.47 0.56 0
HSL 10.42º 1% 0.72% -
HSV(B) 10.42º 0.56% 1% -
XYZ 52.91 40.02 19.97 -
YUV 168.73 95.42 189.53 -
System Red Green Blue C M Y K H S L
Decimal 255 136 111 0 0.47 0.56 0 10.42 1 0.72
Hex FF 88 6F 0 2F 38 0 A 64 48
Octal 377 210 157 0 57 70 0 12 144 110
Binary 11111111 10001000 1101111 0 101111 111000 0 1010 1100100 1001000

Color Harmonies of #FF886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF886F

Black with #FF886F

Text Example


Text Example

White with #FF886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF886F; }

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

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

background-color css

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

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

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

border-color css

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

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

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