Html Css Color HEX #FF8B6B Salmon

📋 copy color: '#FF8B6B'

red 255 ◦ green 139 ◦ blue 107

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

Shades of Salmon #FF8B6B

Tints of Salmon #FF8B6B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

 BLUE value IS 107 (42.19% from 255) = 21.36%

R = 50.9%
G = 27.74%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF8B6B (or 0xFF8B6B) is known color: Salmon. HEX triplet: FF, 8B and 6B. RGB value is (255,139,107). Sum of RGB (Red+Green+Blue) = 255+139+107=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 107 (42.19% from 255 or 21.36% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8B6B is #007494. Grayscale: #AAAAAA. Windows color (decimal): -29845 or 7048191. OLE color: 7048191.

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

Color convert

RGB 255 139 107 -
CMYK 0 0.45 0.58 0
HSL 12.97º 1% 0.71% -
HSV(B) 12.97º 0.58% 1% -
XYZ 53.13 40.79 18.98 -
YUV 170.04 92.43 188.6 -
System Red Green Blue C M Y K H S L
Decimal 255 139 107 0 0.45 0.58 0 12.97 1 0.71
Hex FF 8B 6B 0 2D 3A 0 D 64 47
Octal 377 213 153 0 55 72 0 15 144 107
Binary 11111111 10001011 1101011 0 101101 111010 0 1101 1100100 1000111

Color Harmonies of #FF8B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8B6B

Black with #FF8B6B

Text Example


Text Example

White with #FF8B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8B6B; }

 p { color: rgb(255,139,107); }

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

background-color css

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

 a { background-color: rgb(255,139,107); }

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

border-color css

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

 span { border-color: rgb(255,139,107); }

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