Html Css Color HEX #FB8679 Salmon

📋 copy color: '#FB8679'

red 251 ◦ green 134 ◦ blue 121

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

Shades of Salmon #FB8679

Tints of Salmon #FB8679

RGB

 RED value IS 251 (98.44% from 255) = 49.6%

 GREEN value IS 134 (52.73% from 255) = 26.48%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 49.6%
G = 26.48%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FB8679 (or 0xFB8679) is known color: Salmon. HEX triplet: FB, 86 and 79. RGB value is (251,134,121). Sum of RGB (Red+Green+Blue) = 251+134+121=506 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.60% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8679 is #047986. Grayscale: #A7A7A7. Windows color (decimal): -293255 or 7964411. OLE color: 7964411.

HSL color Cylindrical-coordinate representation of color #FB8679: hue angle of 6º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB8679 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 134 121 -
CMYK 0 0.47 0.52 0.02
HSL 0.94% 0.73% -
HSV(B) 0.52% 0.98% -
XYZ 51.76 38.94 22.88 -
YUV 167.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 251 134 121 0 0.47 0.52 0.02 6 0.94 0.73
Hex FB 86 79 0 2F 34 2 6 5E 49
Octal 373 206 171 0 57 64 2 6 136 111
Binary 11111011 10000110 1111001 0 101111 110100 10 110 1011110 1001001

Color Harmonies of #FB8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8679

Black with #FB8679

Text Example


Text Example

White with #FB8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8679; }

 p { color: rgb(251,134,121); }

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

background-color css

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

 a { background-color: rgb(251,134,121); }

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

border-color css

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

 span { border-color: rgb(251,134,121); }

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